Skip to content

Commit ac074f9

Browse files
build(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efb02d4 commit ac074f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
with:
6262
driver-opts: image=moby/buildkit:master
6363
- name: Login to quay.io
64-
uses: docker/login-action@v2
64+
uses: docker/login-action@v3
6565
with:
6666
registry: quay.io
6767
username: ${{ secrets.QUAY_USER }}
6868
password: ${{ secrets.QUAY_PASSWORD }}
6969
- name: Login to ghcr.io
70-
uses: docker/login-action@v2
70+
uses: docker/login-action@v3
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}

0 commit comments

Comments
 (0)