Skip to content

Commit 1b594f7

Browse files
Merge pull request #4946 from dexidp/dependabot/github_actions/docker/login-action-4.6.0
build(deps): bump docker/login-action from 4.5.1 to 4.6.0
2 parents 1496706 + a7f628a commit 1b594f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ jobs:
109109
if_false: type=oci,dest=image.tar
110110

111111
- name: Login to GitHub Container Registry
112-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
112+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
113113
with:
114114
registry: ghcr.io
115115
username: ${{ github.actor }}
116116
password: ${{ github.token }}
117117
if: inputs.publish
118118

119119
- name: Login to Docker Hub
120-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
120+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
121121
with:
122122
username: ${{ secrets.DOCKER_USERNAME }}
123123
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)