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

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

View file

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: podman runs-on: bare
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