Skip to content

Commit

Permalink
feat(kuma): switch to sync v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Bruzzese committed May 7, 2024
1 parent ebd2674 commit 3dfadc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-kuma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
run: |
yq --version
docker run --rm quay.io/skopeo/stable:v1.13 --version
./single_sync.sh modules/kuma/images.yml false
docker run -v ./login:/login --rm quay.io/skopeo/stable:v1.13 login --username ${{ secrets.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_PASSWORD }} docker.io --authfile=/login/auth.json
docker run -v ./login:/login --rm quay.io/skopeo/stable:v1.13 login --username ${{ secrets.SIGHUP_REGISTRY_USERNAME }} --password ${{ secrets.SIGHUP_REGISTRY_PASSWORD }} registry.sighup.io --authfile=/login/auth.json
./single_sync_v2.sh modules/kuma/images.yml false

0 comments on commit 3dfadc4

Please sign in to comment.