This commit is contained in:
parent
b70675a952
commit
4074ef90d4
|
@ -7,7 +7,6 @@ jobs:
|
||||||
runs-on: podman
|
runs-on: podman
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apt-get update && apt-get -y install podman
|
|
||||||
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