Skip to content

Commit 60b98bb

Browse files
authored
fix: correct arg for skopeo copy (#2135)
1 parent 69831bf commit 60b98bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
run: |
349349
docker run --rm quay.io/containers/skopeo:v1.18.0 \
350350
copy --multi-arch all \
351-
--source-creds "$GHCR_USERNAME:$GHCR_PASSWORD" \
351+
--src-creds "$GHCR_USERNAME:$GHCR_PASSWORD" \
352352
--dest-creds "$QUAY_USERNAME:$QUAY_PASSWORD" \
353353
docker://${DOCKER_REPO}:${IMAGE_VERSION} \
354354
docker://quay.io/grafana-operator/grafana-operator:${IMAGE_VERSION}

0 commit comments

Comments
 (0)