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

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

View file

@ -6,8 +6,7 @@ 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
- uses: actions/checkout@v3
- run: |
podman login --username registry --password ${{ secrets.MEATBAG_REGISTRY_TOKEN }} registry.meatbag.se
podman build -t meatbag/caddy:latest .