CI test
Some checks failed
Build, Push and Deploy / build-and-deploy (push) Failing after 1m27s

This commit is contained in:
Murat Özkorkmaz
2025-10-22 00:08:40 +02:00
parent 9464b75ed4
commit bd8218a243

View File

@@ -13,16 +13,6 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn clean package -DskipTests
- name: Login to Container Registry - name: Login to Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: