Skip to content

Commit 17de210

Browse files
dependabot[bot]bwbohl
authored andcommitted
Bump docker/login-action from 3.3.0 to 3.4.0 (#119)
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@9780b0c...74a5d14) --- 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 edf50c1 commit 17de210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# https://github.com/docker/login-action
7575
- name: Log into registry ${{ env.REGISTRY }}
7676
if: github.event_name != 'pull_request'
77-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
77+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
7878
with:
7979
registry: ${{ env.REGISTRY }}
8080
username: ${{ github.actor }}
@@ -83,7 +83,7 @@ jobs:
8383
# Login against DockerHub registry except on PR
8484
- name: Log in to DockerHub
8585
if: github.event_name != 'pull_request'
86-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
86+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
8787
with:
8888
username: ${{ secrets.BWBOHL_DOCKERHUB_USERNAME }}
8989
password: ${{ secrets.BWBOHL_DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)