Skip to content

Commit

Permalink
chore: use new $GITHUB_OUTPUT (#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g authored Jan 8, 2025
1 parent 1d28f41 commit 869bb18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
latest_tag=$(npm view @kadena/graph --json | jq -r '."dist-tags".latest')
version_id=$(gh api "orgs/kadena-community/packages/container/graphql/versions" | \
jq --arg tag "$latest_tag" -r '.[] | select(.metadata.container.tags | index($tag)) | .id')
echo "::set-output name=version_id::$version_id"
echo "version_id=$version_id" >> $GITHUB_OUTPUT
- name: Build Docker Image for `:latest`
id: docker-build-graph-latest
Expand Down

0 comments on commit 869bb18

Please sign in to comment.