Skip to content

Commit

Permalink
Update .github/workflows/docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Dec 31, 2024
1 parent 892875c commit ec81567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository )
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Log into the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit ec81567

Please sign in to comment.