Skip to content

Commit

Permalink
Merge pull request #58 from nosportugal/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
fgmachado-ritain authored Sep 26, 2023
2 parents 09ca6d1 + 3738192 commit 4e25b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 4e25b4c

Please sign in to comment.