This commit is contained in:
parent
4175637376
commit
24ee7c52fb
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ jobs:
|
||||||
- name: Push Images
|
- name: Push Images
|
||||||
run: |
|
run: |
|
||||||
buildah login code.lightstands.xyz \
|
buildah login code.lightstands.xyz \
|
||||||
--username ${{ env.GITHUB_ACTOR }} --password ${{ env.GITHUB_TOKEN }}
|
--username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.PUBLICATION_TOKEN }} && \
|
||||||
buildah manifest push code.lightstands.xyz/standcoded/fedora:40 --all
|
buildah manifest push code.lightstands.xyz/standcoded/fedora:40 --all
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue