We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22054c commit 93e7746Copy full SHA for 93e7746
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
-H "Accept: application/vnd.github+json" \
64
-H "X-GitHub-Api-Version: 2022-11-28" \
65
${{ format('{0}/packages/container/{1}/versions', env.GITHUB_API_PACKAGE_OWNER, env.PACKAGE_NAME_ESCAPED) }} \
66
- | jq -r '.[] | select(.metadata.container.tags[] == "v2.0.0") | .name' \
+ | jq -r '.[] | select(.metadata.container.tags[] == "${ github.ref_name }") | .name' \
67
`
68
PUBLISHED_IMAGE_DIGEST=ghcr.io/${{ env.PREDICTOR_IMAGE_NAME }}@${DIGEST}
69
0 commit comments