This commit is contained in:
parent
f8f52990fc
commit
260bb75358
|
@ -4,7 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: podman
|
runs-on: bare
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
echo "${{ secrets.MEATBAG_REGISTRY_TOKEN }}" | podman login --username registry --password-stdin registry.meatbag.se
|
echo "${{ secrets.MEATBAG_REGISTRY_TOKEN }}" | podman login --username registry --password-stdin registry.meatbag.se
|
||||||
|
|
Loading…
Reference in a new issue