Skip to content

Commit

Permalink
Merge pull request #149 from izelnakri/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-1.10.0

Bump docker/login-action from 1.9.0 to 1.10.0
  • Loading branch information
izelnakri authored Jul 28, 2021
2 parents c541ce4 + f3e02b4 commit 0acabec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: ${{runner.os}}-buildx-${{github.sha}}
restore-keys: ${{runner.os}}-buildx-
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: ${{env.REGISTRY}}
username: ${{env.REPO_OWNER}}
Expand Down

0 comments on commit 0acabec

Please sign in to comment.