Skip to content

Commit

Permalink
Merge pull request #2 from filecoin-project/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/login-action-2

Bump docker/login-action from 1 to 2
  • Loading branch information
galargh authored Jun 15, 2023
2 parents 923cd59 + f270294 commit 6f80c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "new tag $NEW_TAG"

- name: Log into registry ${{ env.REGISTRY }} # Log into the container registry from GitHub runner
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }} # Uses the env defined above
username: ${{ github.actor }} # GitHub Secret added to the repository
Expand Down

0 comments on commit 6f80c70

Please sign in to comment.