diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9fb9d80..7ad43cff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }} - name: Log in to the Container registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -126,7 +126,7 @@ jobs: type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }} - name: Log in to the Container registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -184,7 +184,7 @@ jobs: type=raw,value=full,enable=${{ startsWith(github.ref, 'refs/tags/') }} - name: Log in to the Container registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -256,7 +256,7 @@ jobs: type=raw,value=full,enable=${{ startsWith(github.ref, 'refs/tags/') }} - name: Log in to the Container registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}