Skip to content

Commit 4a82260

Browse files
dependabot[bot]khaneliman
authored andcommitted
.github: Bump docker/login-action from 3.1.0 to 3.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@e92390c...0d4c9c5) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27fa551 commit 4a82260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-webapi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# https://github.com/docker/login-action
3939
- name: Log into registry ${{ env.REGISTRY }}
4040
if: github.event_name != 'pull_request'
41-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
41+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
4242
with:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}

.github/workflows/docker-webapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# https://github.com/docker/login-action
3939
- name: Log into registry ${{ env.REGISTRY }}
4040
if: github.event_name != 'pull_request'
41-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
41+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
4242
with:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}

0 commit comments

Comments
 (0)