Skip to content

Commit

Permalink
Merge pull request #16344 from jhipster/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-1.10.0

chore(deps): bump docker/login-action from 1.9.0 to 1.10.0
  • Loading branch information
qmonmert committed Sep 20, 2021
2 parents 216e02b + c6ad5fa commit ef6315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-publish-github-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit ef6315a

Please sign in to comment.