chore(ci): correct GHCR image tags in GitHub Actions workflow
Replace ghcr.io/imnyang/choten tags with ghcr.io/imnyang/imnya.ng to use the repository's actual image name when building and pushing Docker images.
This commit is contained in:
parent
0520e0a6e8
commit
349a6fed63
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -39,8 +39,8 @@ jobs:
|
|||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
tags: |
|
||||
ghcr.io/imnyang/choten:latest
|
||||
ghcr.io/imnyang/choten:${{ github.run_id }}
|
||||
ghcr.io/imnyang/imnya.ng:latest
|
||||
ghcr.io/imnyang/imnya.ng:${{ github.run_id }}
|
||||
update:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue