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 69831bf commit 60b98bbCopy full SHA for 60b98bb
.github/workflows/release.yaml
@@ -348,7 +348,7 @@ jobs:
348
run: |
349
docker run --rm quay.io/containers/skopeo:v1.18.0 \
350
copy --multi-arch all \
351
- --source-creds "$GHCR_USERNAME:$GHCR_PASSWORD" \
+ --src-creds "$GHCR_USERNAME:$GHCR_PASSWORD" \
352
--dest-creds "$QUAY_USERNAME:$QUAY_PASSWORD" \
353
docker://${DOCKER_REPO}:${IMAGE_VERSION} \
354
docker://quay.io/grafana-operator/grafana-operator:${IMAGE_VERSION}
0 commit comments