Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
corydodt committed Sep 28, 2024
1 parent 3a53aa2 commit 64c24b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ login-local:
print-url: base_url := https://github.com/$(TAG_SLUG)/pkgs/container/$(TAG_PKG)/%s?tag=$(TAG_VERSION)
print-url: jq_expr := .[] | select(.metadata.container.tags[] == "'$(TAG_VERSION)'") .id
print-url:
gh auth login --with-token --scopes read:packages
gh auth login --with-token
pkg_version_id=$$(\
gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /users/$(TAG_ORG)/packages/container/$(TAG_PKG)/versions | \
jq '$(jq_expr)'); \
Expand Down

0 comments on commit 64c24b9

Please sign in to comment.