Skip to content

Commit be1f8f7

Browse files
committed
typo
1 parent e1976f8 commit be1f8f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-attendee-gate.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
name: 'Push arm64 tag for Lambda', // doesnt support manifest
77
run: |||
8-
dgst="$(docker buildx imagetools inspect --raw -t "${REPO}:${SHA}" | jq -r '.manifests[] | select(.platform.architecture == "arm64" and .platform.os == "linux") | .digest')"
8+
dgst="$(docker buildx imagetools inspect --raw "${REPO}:${SHA}" | jq -r '.manifests[] | select(.platform.architecture == "arm64" and .platform.os == "linux") | .digest')"
99
docker tag "${REPO}@${dgst}" "${REPO}:${SHA}-arm64"
1010
docker push "${REPO}:${SHA}-arm64"
1111
|||,

.github/workflows/docker-attendee-gate.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)