Skip to content

Commit

Permalink
Merge pull request #109 from danielfromearth/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/develop/docker/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
danielfromearth authored Mar 5, 2024
2 parents d2a4aea + e3d49f3 commit 21cf2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Log in to the Container registry
# TODO: change this and subsequent docker steps back to NOT (as follows), after testing in the feature branch --- if: ${{ !startsWith(github.ref, 'refs/heads/feature') }}
if: ${{ startsWith(github.ref, 'refs/heads/feature/') }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 21cf2f9

Please sign in to comment.