mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump docker/login-action from 2.2.0 to 3.0.0 (#10923)
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
5e9bc691ed
commit
0b94ae2c31
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
run: docker/pack.sh
|
||||
# Based on https://docs.github.com/en/actions/publishing-packages/publishing-docker-images.
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
|
||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
|
Loading…
Reference in New Issue
Block a user