Skip to content

Commit

Permalink
fix username
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed May 22, 2024
1 parent 30b9fbf commit df5fcc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
with:
go-version: '>=1.22'

- run: go install github.com/regclient/regclient/cmd/regsync@latest

- name: Sync registry.k8s.io to ghcr.io/canonical
env:
USERNAME: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go install github.com/regclient/regclient/cmd/regsync@latest
regsync once --config ${GITHUB_WORKSPACE}/build-scripts/hack/sync-registry.yaml

0 comments on commit df5fcc6

Please sign in to comment.