Update .gitea/workflows/build.yml
This commit is contained in:
parent
c9a1ba8292
commit
fb9fef4f28
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Build Docker image
|
||||
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=src/target/demo-0.0.1-SNAPSHOT-spring-boot.jar" .
|
||||
|
||||
- name: Log in to Gitea Docker Registry
|
||||
run: echo ${{ secrets.GITEAREGISTRYTOKEN }} | docker login -u ${{ secrets.GITEAREGISTRYUSERNAME }} --password-stdin https://git.walzen665.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user