diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 4321f0c4..bb4fa10c 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -55,7 +55,7 @@ jobs: # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}