diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 131f9f8..816d73c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,7 +69,7 @@ jobs: - name: Log into registry ${{ env.G_REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.1.0 with: registry: ${{ env.G_REGISTRY }} username: ${{ github.actor }} @@ -108,7 +108,7 @@ jobs: - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}