Skip to content

Commit 16e829b

Browse files
Bump docker/login-action from 3.5.0 to 3.6.0 in the docker-actions group
Bumps the docker-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7694a3 commit 16e829b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app-build-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ jobs:
9797
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9898
- name: Log into Docker Hub
9999
if: ${{ inputs.docker-hub-username != '' }}
100-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
100+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
101101
with:
102102
username: ${{ inputs.docker-hub-username }}
103103
password: ${{ secrets.DOCKERHUB_TOKEN }}
104104

105105
- name: Log into ghcr registry
106-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
106+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
107107
with:
108108
registry: ghcr.io
109109
username: ${{ github.actor }} # user that kicked off the action

0 commit comments

Comments
 (0)