ci: new password
Some checks failed
build / build (push) Failing after 3s

This commit is contained in:
Viktor Varland 2024-02-02 17:15:44 +01:00
parent 18d40e04a6
commit bf61683ea4
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -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