mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix GAR image path
This commit is contained in:
parent
7ad719895d
commit
3ee0c64e7c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/roleypoly/${{matrix.dockerfile}}
|
ghcr.io/roleypoly/${{matrix.dockerfile}}
|
||||||
us-docker.pkg.dev/roleypoly-${{matrix.dockerfile}}
|
us-docker.pkg.dev/roleypoly/roleypoly/${{matrix.dockerfile}}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
|
|
Loading…
Add table
Reference in a new issue