Compare commits

..

2 commits

Author SHA1 Message Date
Viktor Varland 260bb75358
ci: bare metal
Some checks failed
build / build (push) Failing after 2s
2024-02-02 16:34:00 +01:00
Viktor Varland f8f52990fc
ci: trigger 2024-02-02 16:33:33 +01:00

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
build:
runs-on: podman
runs-on: bare
steps:
- run: |
echo "${{ secrets.MEATBAG_REGISTRY_TOKEN }}" | podman login --username registry --password-stdin registry.meatbag.se