diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a0eb437..4c242c6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -41,4 +41,4 @@ jobs: - name: Push Image to Gitea Registry run: | - docker push gitea-server:3000/ryan/chore:${{ steps.vars.outputs.tag }} \ No newline at end of file + docker push ${{ steps.gitea_ip.outputs.ip }}:3000/ryan/chore:${{ steps.vars.outputs.tag }} \ No newline at end of file