diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 84c96e8..2571794 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: name: Build and push shell: bash run: | - podman build --tag ${{ env.REGISTRY_IMAGE}}:latest + podman build --tag ${{ env.REGISTRY_IMAGE}}:latest ${{ github.server_url }}/${{ github.repository }}.git podman push ${{ env.REGISTRY_IMAGE }}:latest outputs: DEPLOY_IMAGE: ${{ steps.info.outputs.DEPLOY_IMAGE }}