Actions: fix publish job
This commit is contained in:
parent
4e27b1ecdc
commit
5acc5d351d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: publish image
|
- name: publish image
|
||||||
uses: actions/push-to-registry@v2
|
uses: actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
image: git.flyinggecko.org/flyinggecko/oci-images/${{ matrix.container }}
|
image: oci-images/${{ matrix.container }}
|
||||||
tags: ${{ matrix.version }}
|
tags: ${{ matrix.version }}
|
||||||
registry: git.flyinggecko.org
|
registry: git.flyinggecko.org
|
||||||
username: flyinggecko
|
username: flyinggecko
|
||||||
|
|
Loading…
Add table
Reference in a new issue