Skip to content

Commit ce04508

Browse files
committed
typo
1 parent 9960b6f commit ce04508

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
@@ -6,7 +6,7 @@
66
name: 'Push arm64 tag for Lambda', // doesnt support manifest
77
run: |||
88
dgst="$(docker buildx imagetools inspect --raw "${REPO}:${SHA}" | jq -r '.manifests[] | select(.platform.architecture == "arm64" and .platform.os == "linux") | .digest')"
9-
docker imagetools create --tag "${REPO}:${SHA}-arm64" "${REPO}@${dgst}"
9+
docker buildx imagetools create --tag "${REPO}:${SHA}-arm64" "${REPO}@${dgst}"
1010
|||,
1111
env: {
1212
REPO: std.format('${{ steps.login-ecr.outputs.registry }}/%s', 'attendee-gate'),

.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)