Skip to content

Commit

Permalink
Merge pull request #2 from kahnwong/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

chore(deps): bump docker/login-action from 1 to 3
  • Loading branch information
kahnwong authored Jul 28, 2024
2 parents 6d51c09 + a31474d commit 09cba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 09cba11

Please sign in to comment.