Skip to content

Commit

Permalink
Merge pull request #25 from ethersys/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
cypx authored Sep 15, 2023
2 parents a5897f1 + 39384e0 commit 45d6c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Login to Github Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.ETHERSYS_GHCR_USER }}
Expand Down

0 comments on commit 45d6c08

Please sign in to comment.