Update build.yml

This commit is contained in:
Max W 2023-12-06 14:17:07 +01:00
parent 5b3f51034e
commit 3e39e14dc0

View File

@ -25,7 +25,6 @@ jobs:
run: ./mvnw package spring-boot:repackage run: ./mvnw package spring-boot:repackage
- name: Build Docker image - name: Build Docker image
uses: https://github.com/addnab/docker-run-action@v3
run: docker build -t walzen665/spring-cicd-test:latest --build-arg="JAR_FILE=demo-0.0.1-SNAPSHOT-spring-boot.jar" . run: docker build -t walzen665/spring-cicd-test:latest --build-arg="JAR_FILE=demo-0.0.1-SNAPSHOT-spring-boot.jar" .
- name: Log in to Gitea Docker Registry - name: Log in to Gitea Docker Registry