Skip to content

Commit

Permalink
fixup! fixup! correctly construct the api version in container build …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
chrisandreae committed Jul 30, 2023
1 parent 86e3808 commit 4d9a47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
digest="$(docker inspect --format='{{index .RepoDigests 0}}' $REGISTRY/$ECR_REPOSITORY:$REVISION_TAG)"
digest="${digest##*@}"
jq -n '{ name: $name, revision: $revision, branch: $branch, digest: $digest, api_version: $api_version }' \
jq -n '$ARGS.named' \
--arg name "$CONTAINER_NAME" \
--arg revision "$REVISION_TAG" \
--arg branch "$GITHUB_REF" \
Expand Down

0 comments on commit 4d9a47a

Please sign in to comment.