parent
a36f2b66dc
commit
1ef81503c3
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue