Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@@ -94,7 +94,7 @@ jobs:
release_version: ${{ steps.version_number.outputs.RELEASE_VERSION }}
- name: Log into registry ${{ env.REGISTRY }}
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@@ -101,7 +101,7 @@ jobs:
fi
- name: Log into ghcr.io
registry: ghcr.io