diff --git a/.github/workflows/on_release_build_image.yml b/.github/workflows/on_release_build_image.yml index d39190c..b80ab06 100644 --- a/.github/workflows/on_release_build_image.yml +++ b/.github/workflows/on_release_build_image.yml @@ -33,7 +33,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 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}