diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 638eab4..5a7c944 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 walzen665/spring-cicd-test:latest + run: docker push https://git.walzen665.de/walzen665/spring-cicd-test:latest - name: Upload Artifact uses: actions/upload-artifact@v3