diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 1cd46a5..6647bd2 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6 # 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@v4.1.0 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}