diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index a3c62c1f..c04eedbe 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -38,7 +38,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v1.12.0 + uses: docker/login-action@v2.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}