chore(deps): Bump docker/login-action from 2.1.0 to 2.2.0 (#10408)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ede6f5cfe2
commit
a147488e5a
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
run: docker/pack.sh
|
run: docker/pack.sh
|
||||||
# Based on https://docs.github.com/en/actions/publishing-packages/publishing-docker-images.
|
# Based on https://docs.github.com/en/actions/publishing-packages/publishing-docker-images.
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
|
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
Loading…
Reference in New Issue
Block a user