Update .gitea/workflows/build.yml

This commit is contained in:
Max W. 2023-12-07 14:03:51 +00:00
parent 43fbe2384d
commit c67109c397

View File

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