Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #67 from actions/dependabot/github_actions/docker/…
…login-action-2

Bump docker/login-action from 1 to 2
Yoann Chaudet authored and GitHub committed Feb 2, 2023

Unverified

No user is associated with the committer email.
2 parents 2379b72 + 2da1f33 commit 13f2fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
@@ -29,7 +29,7 @@ jobs:
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

0 comments on commit 13f2fb1

Please sign in to comment.