Skip to content

Commit 65670d4

Browse files
chore(ci): Bump docker/login-action from 3 to 4 (#33)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d482f7b commit 65670d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,22 @@ jobs:
6666

6767
- name: "Docker Login: ghcr.io"
6868
if: startsWith(github.ref, 'refs/tags/')
69-
uses: docker/login-action@v3
69+
uses: docker/login-action@v4
7070
with:
7171
registry: ghcr.io
7272
username: ${{ github.actor }}
7373
password: ${{ secrets.GITHUB_TOKEN }}
7474

7575
- name: "Docker Login: docker.io"
7676
if: startsWith(github.ref, 'refs/tags/')
77-
uses: docker/login-action@v3
77+
uses: docker/login-action@v4
7878
with:
7979
username: ${{ secrets.DOCKER_USERNAME }}
8080
password: ${{ secrets.DOCKER_TOKEN }}
8181

8282
- name: "Docker Login: quay.io"
8383
if: startsWith(github.ref, 'refs/tags/')
84-
uses: docker/login-action@v3
84+
uses: docker/login-action@v4
8585
with:
8686
registry: quay.io
8787
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)