Skip to content

Commit 80bd0dd

Browse files
chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#736)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 845d3be commit 80bd0dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
version: latest
108108

109109
- name: Login to Github Container Registry
110-
uses: docker/login-action@v3.3.0
110+
uses: docker/login-action@v3.4.0
111111
with:
112112
registry: ghcr.io
113113
username: ${{ secrets.GHCR_IO_USER }}

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
version: latest
137137

138138
- name: Login to Github Container Registry
139-
uses: docker/login-action@v3.3.0
139+
uses: docker/login-action@v3.4.0
140140
with:
141141
registry: ghcr.io
142142
username: ${{ secrets.GHCR_IO_USER }}

0 commit comments

Comments
 (0)