Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed May 24, 2024
1 parent 26c7ebd commit fd5cf49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
env:
DEST_CREDS: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
run: |
${GITHUB_WORKSPACE}/build-scripts/hack/sync-registry.sh
${GITHUB_WORKSPACE}/build-scripts/hack/skopeo-sync.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
registry.k8s.io:
images-by-semver:
pause: "= 3.7"
skopeo: ">= 1.15"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

docker run -v "${GITHUB_WORKSPACE}/.github/data/sync-registry-config.yaml":/config.yaml quay.io/skopeo/stable:v1.15 sync \
docker run -v "./skopeo-config.yaml":/config.yaml quay.io/skopeo/stable:v1.15 sync \
--src yaml \
--dest docker \
/config.yaml ghcr.io/canonical \
Expand Down

0 comments on commit fd5cf49

Please sign in to comment.