Skip to content

Commit

Permalink
Merge pull request #89 from TJM/dependabot/github_actions/docker/logi…
Browse files Browse the repository at this point in the history
…n-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
Tommy McNeely authored Sep 15, 2023
2 parents f66e4c5 + 1767a5c commit bb8af2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit bb8af2f

Please sign in to comment.