diff --git a/.github/workflows/goapp.yaml b/.github/workflows/goapp.yaml index bd584b68..33f0cccc 100644 --- a/.github/workflows/goapp.yaml +++ b/.github/workflows/goapp.yaml @@ -72,7 +72,7 @@ jobs: name: Go application needs: ["detect-changes"] if: ${{ needs.detect-changes.outputs.golang == 'true' }} - uses: coopnorge/mage/.github/workflows/reusable-goapp.yaml@main + uses: coopnorge/mage/.github/workflows/reusable-goapp.yaml@fix-go-app-outputs permissions: contents: read id-token: write diff --git a/.github/workflows/reusable-goapp.yaml b/.github/workflows/reusable-goapp.yaml index a15d64a8..19532e71 100644 --- a/.github/workflows/reusable-goapp.yaml +++ b/.github/workflows/reusable-goapp.yaml @@ -27,7 +27,7 @@ on: description: Run mage go related tasks in "docker" (default) or local outputs: oci-images: - value: ${{ jobs.mage.outputs.oci-images }} + value: ${{ jobs.goapp.outputs.oci-images }} description: OCI image references. jobs: