Skip to content

Commit

Permalink
ci: add label to goreleaser publish step (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-newrelic authored Feb 21, 2025
1 parent 9b7ca17 commit 23dec43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
registry: ${{ env.REGISTRY}}/${{ matrix.distribution }}

- name: Build and publish ${{ matrix.distribution }} nightly binaries & packages with GoReleaser
id: goreleaser_publish
if: ${{ !env.ACT }}
uses: goreleaser/goreleaser-action@v6
env:
Expand All @@ -124,7 +125,7 @@ jobs:
- name: Extract Docker Manifest SHA
id: extract_docker_manifest_sha
run: |
echo "docker_manifest_sha=$(echo '${{ steps.goreleaser.outputs.artifacts }}' |
echo "docker_manifest_sha=$(echo '${{ steps.goreleaser_publish.outputs.artifacts }}' |
yq -r '.[] | select(.type == "Docker Manifest") | .extra.Digest')" >> $GITHUB_OUTPUT
outputs:
docker_manifest_sha: ${{ steps.extract_docker_manifest_sha.outputs.docker_manifest_sha }}
Expand Down

0 comments on commit 23dec43

Please sign in to comment.