Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
  • Loading branch information
yasunori0418 committed May 13, 2024
1 parent 220869c commit 0004a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.LOGIN_PAT }}
- name: Build docker image
run: |
docker build --rm=true --force-rm=true --no-cache=true --pull=true \
Expand Down

0 comments on commit 0004a1b

Please sign in to comment.