Skip to content

Commit 1f090af

Browse files
authored
Merge pull request #16 from scality/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents 2c604b3 + b79d7b6 commit 1f090af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: docker/setup-buildx-action@v2
6969

7070
- name: Login to ${{ inputs.registry }}
71-
uses: docker/login-action@v1
71+
uses: docker/login-action@v2
7272
with:
7373
registry: ${{ inputs.registry }}
7474
username: ${{ env.REGISTRY_LOGIN }}

0 commit comments

Comments
 (0)