ci: trigger
Some checks failed
build / build (push) Failing after 2s

This commit is contained in:
Viktor Varland 2024-02-02 17:19:20 +01:00
parent a36f2b66dc
commit 1ef81503c3
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -6,6 +6,8 @@ jobs:
build:
runs-on: podman
steps:
- run: git remote -v | grep -w gitea || git remote add gitea "./gitea/git/repositories/${GITHUB_REPOSITORY,,}.git"
- run: git pull gitea main
- run: |
podman login --username registry --password ${{ secrets.MEATBAG_REGISTRY_TOKEN }} registry.meatbag.se
podman build -t meatbag/caddy:latest .