This commit is contained in:
parent
f339f02044
commit
df77c050df
|
@ -4,6 +4,7 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: debian
|
||||
run: |
|
||||
echo "${{ secrets.MEATBAG_REGISTRY_TOKEN }}" | podman login --username registry --password-stdin registry.meatbag.se
|
||||
podman build -t meatbag/caddy:latest .
|
||||
|
|
Loading…
Reference in a new issue