Compare commits
No commits in common. "260bb75358795efac1f3419209ebd14b1c510849" and "4074ef90d486baae9ec631573614ea55d238a5c2" have entirely different histories.
260bb75358
...
4074ef90d4
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue