This commit is contained in:
parent
f339f02044
commit
df77c050df
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
runs-on: debian
|
||||||
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
|
||||||
podman build -t meatbag/caddy:latest .
|
podman build -t meatbag/caddy:latest .
|
||||||
|
|
Loading…
Reference in a new issue