parent
df77c050df
commit
2a78cd571f
|
@ -5,7 +5,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: debian
|
runs-on: debian
|
||||||
run: |
|
steps:
|
||||||
|
- 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 .
|
||||||
podman push meatbag/caddy
|
podman push meatbag/caddy
|
||||||
|
|
Loading…
Reference in a new issue