Skip to content

Commit

Permalink
fix docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Feb 19, 2024
1 parent 9a59639 commit 5d75a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
github.com/kmc-jp/reikai-log:latest
github.com/kmc-jp/reikai-log:${{ github.sha }}-${{ github.run_number }}
ghcr.io/kmc-jp/reikai-log:latest
ghcr.io/kmc-jp/reikai-log:${{ github.sha }}-${{ github.run_number }}

0 comments on commit 5d75a74

Please sign in to comment.