diff --git a/.github/workflows/base-images.yml b/.github/workflows/base-images.yml index 732037e..4abf0e5 100644 --- a/.github/workflows/base-images.yml +++ b/.github/workflows/base-images.yml @@ -37,7 +37,7 @@ jobs: - name: Log in to GitHub Container Registry if: ${{ !env.ACT }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -75,7 +75,7 @@ jobs: - name: Log in to Docker Hub if: ${{ !env.ACT && github.ref == 'refs/heads/main' }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_SECRET }} @@ -113,7 +113,7 @@ jobs: - name: Log in to GitHub Container Registry if: ${{ !env.ACT }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -151,7 +151,7 @@ jobs: - name: Log in to Docker Hub if: ${{ !env.ACT && github.ref == 'refs/heads/main' }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_SECRET }}