Skip to content

Commit

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

Bump docker/login-action from 1 to 2
  • Loading branch information
joshjohanning authored Aug 23, 2023
2 parents 8148df3 + e155e4f commit b39161b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# run: echo ${{ secrets.registry_password }} | docker login --username foo --password-stdin

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ inputs.image-repository }}
username: ${{ github.actor }}
Expand Down

0 comments on commit b39161b

Please sign in to comment.