diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 9b3cf7c8..cc4aaf55 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2 - name: Log in to the Container registry - uses: docker/login-action@v1.12.0 + uses: docker/login-action@v2.0.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}