Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
starudream committed Oct 30, 2023
1 parent 27f1ee5 commit 36eb06d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: starudream
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
Expand All @@ -45,6 +46,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: starudream
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
Expand All @@ -71,6 +73,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: starudream
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
Expand All @@ -95,6 +98,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: starudream
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
Expand All @@ -121,6 +125,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: starudream
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 36eb06d

Please sign in to comment.