Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'main' into dependabot/github_actions/actions/publish-ac…
…tion-0.2.2
  • Loading branch information
Yoann Chaudet authored and GitHub committed Feb 2, 2023
2 parents 52deeb3 + 13f2fb1 commit a3dae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit a3dae27

Please sign in to comment.