Skip to content

Commit 83f9b76

Browse files
committed
no double arch suffix
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 3943e8b commit 83f9b76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ jobs:
112112
TAG_NAME="${GHCR_TAG##*:}"
113113
ECR_TAG="${ECR_REGISTRY}/lading:${TAG_NAME}"
114114
115-
echo "Copying ${GHCR_TAG}-${{ matrix.arch }} to ${ECR_TAG}-${{ matrix.arch }}"
115+
echo "Copying ${GHCR_TAG} to ${ECR_TAG}"
116116
docker buildx imagetools create \
117-
--tag "${ECR_TAG}-${{ matrix.arch }}" \
118-
"${GHCR_TAG}-${{ matrix.arch }}"
117+
--tag "${ECR_TAG}" \
118+
"${GHCR_TAG}"
119119
done
120120
121121
manifest:

0 commit comments

Comments
 (0)