Update .gitea/workflows/build.yml
This commit is contained in:
parent
f7adc5051c
commit
43fbe2384d
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t walzen665/spring-cicd-test:latest --build-arg="JAR_FILE=./src/target/demo-0.0.1-SNAPSHOT-spring-boot.jar" .
|
||||
run: docker build -t walzen665/spring-cicd-test:latest --build-arg="JAR_FILE=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