diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9196b0e..4e196bd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,14 +48,14 @@ jobs: - name: Authenticate with distribution registry if: github.repository == 'cryointhecloud/image-cryo-python-ai' && github.event_name == 'push' - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.username }} password: ${{ secrets.password }} - name: Authenticate with cache registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/retag.yml b/.github/workflows/retag.yml index 098ea63..bfb6c63 100644 --- a/.github/workflows/retag.yml +++ b/.github/workflows/retag.yml @@ -36,7 +36,7 @@ jobs: echo "TAG=${TAG}" >> $GITHUB_ENV - name: Login to Quay.io - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }}