Skip to content

Commit

Permalink
Merge pull request #52 from iainlane/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.1.0
  • Loading branch information
iainlane authored Mar 13, 2024
2 parents 37e31dd + 5ba0610 commit 6903db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
platforms: all

- name: Log in to the Container registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 6903db6

Please sign in to comment.