Skip to content

Commit

Permalink
Merge pull request #101 from annismckenzie/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/login-action-1.10.0

Bump docker/login-action from 1.9.0 to 1.10.0
  • Loading branch information
annismckenzie authored Jul 28, 2021
2 parents 8df3dcb + 24726ff commit 54c49b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
${{ 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: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 54c49b8

Please sign in to comment.