Skip to content

Commit

Permalink
Merge pull request #52 from backplane/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
actualben authored Oct 31, 2023
2 parents 0eac11c + 65aa895 commit d901305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
# https://github.com/docker/login-action
- name: Login to Docker Hub
if: ${{ steps.cdata.outputs.skipbuild != '1' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit d901305

Please sign in to comment.