Skip to content

Commit

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

Bump docker/login-action from 2 to 3
  • Loading branch information
Ancient123 committed Dec 11, 2023
2 parents 516dfc7 + 391a4b2 commit c84b1a5
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 @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to Github Container Repo
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
registry: ghcr.io
Expand Down

0 comments on commit c84b1a5

Please sign in to comment.