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