Skip to content

Commit

Permalink
chore: reverting dockerhub credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit authored Jan 2, 2025
1 parent b2758a3 commit b95ec18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME_TEMP }}
password: ${{ secrets.DOCKERHUB_PASSWORD_TEMP }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to SIGHUP new Registry
uses: docker/login-action@v3
with:
Expand All @@ -65,6 +65,6 @@ jobs:
run: |
yq --version
docker run --rm quay.io/skopeo/stable:v1.13 --version
docker run -v ./login:/login --rm quay.io/skopeo/stable:v1.13 login --username ${{ secrets.DOCKERHUB_USERNAME_TEMP }} --password ${{ secrets.DOCKERHUB_PASSWORD_TEMP }} docker.io --authfile=/login/auth.json
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_v3.sh modules/${{ matrix.module }}/images.yml false

0 comments on commit b95ec18

Please sign in to comment.