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