ci: podman runs-on
Some checks failed
build / build (push) Failing after 3s

This commit is contained in:
Viktor Varland 2024-02-02 16:38:26 +01:00
parent 260bb75358
commit ab80a6e105
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

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