Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed May 20, 2024
1 parent 60baaf5 commit a10bf31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sync-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:

- name: Sync registry.k8s.io to ghcr.io/canonical
env:
ACTOR: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEST_CREDS: ${{ github.actor }}:${{ services.GITHUB_TOKEN }}
run: |
./${GITHUB_WORKSPACE}/build-scripts/hack/sync-registry.sh
./${GITHUB_WORKSPACE}/build-scripts/hack/sync-registry.sh
1 change: 1 addition & 0 deletions build-scripts/hack/sync-registry.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

DIR=$(realpath $(dirname "${0}"))

docker run -v "${DIR}/registry-k8s-io.yaml":/config.yaml quay.io/skopeo/stable:v1.15 sync \
Expand Down

0 comments on commit a10bf31

Please sign in to comment.