Skip to content

Commit beeb1df

Browse files
dependabot[bot]jcfr
authored andcommitted
COMP: Bump docker/login-action from 3.5.0 to 3.6.0 in the actions group
Bumps the 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: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b34e0ed commit beeb1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Login to Docker Hub
112112
if: steps.decide.outputs.should_build == 'true'
113-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
113+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
114114
with:
115115
username: ${{ vars.DOCKERHUB_USERNAME }}
116116
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)