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 3943e8b commit 83f9b76Copy full SHA for 83f9b76
.github/workflows/container.yml
@@ -112,10 +112,10 @@ jobs:
112
TAG_NAME="${GHCR_TAG##*:}"
113
ECR_TAG="${ECR_REGISTRY}/lading:${TAG_NAME}"
114
115
- echo "Copying ${GHCR_TAG}-${{ matrix.arch }} to ${ECR_TAG}-${{ matrix.arch }}"
+ echo "Copying ${GHCR_TAG} to ${ECR_TAG}"
116
docker buildx imagetools create \
117
- --tag "${ECR_TAG}-${{ matrix.arch }}" \
118
- "${GHCR_TAG}-${{ matrix.arch }}"
+ --tag "${ECR_TAG}" \
+ "${GHCR_TAG}"
119
done
120
121
manifest:
0 commit comments