Update .gitea/workflows/build.yml

This commit is contained in:
Max W. 2023-12-07 14:11:01 +00:00
parent c67109c397
commit ad255c4305

View File

@ -46,7 +46,7 @@ jobs:
run: echo ${{ secrets.GITEAREGISTRYTOKEN }} | docker login -u ${{ secrets.GITEAREGISTRYUSERNAME }} --password-stdin https://git.walzen665.de
- name: Push Docker Image to Gitea
run: docker push https://git.walzen665.de/walzen665/spring-cicd-test:latest
run: docker push git.walzen665.de/walzen665/spring-cicd-test:latest
- name: Upload Artifact
uses: actions/upload-artifact@v3