Fix image name
This commit is contained in:
parent
1d9cb11af7
commit
b747adeecc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=true
|
||||||
images: |
|
images: |
|
||||||
jake-walker/${{ matrix.image.name }}
|
jakewalker/${{ matrix.image.name }}
|
||||||
ghcr.io/jake-walker/${{ matrix.image.name }}
|
ghcr.io/jake-walker/${{ matrix.image.name }}
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
|
|
Loading…
Reference in a new issue