Skip to content

Commit d27a386

Browse files
chore(deps): bump the github-actions group with 1 update
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e67f17a commit d27a386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-container.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ jobs:
125125

126126
- name: 🏗 Log into docker hub registry
127127
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
128-
uses: docker/login-action@v3.0.0
128+
uses: docker/login-action@v3.1.0
129129
with:
130130
username: ${{env.USER}}
131131
password: ${{secrets.DOCKER_HUB_TOKEN}}
132132

133133
- name: 🏗 Log into ghcr.io registry
134134
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
135-
uses: docker/login-action@v3.0.0
135+
uses: docker/login-action@v3.1.0
136136
with:
137137
registry: ghcr.io
138138
username: ${{env.USER}}

0 commit comments

Comments
 (0)