switched to podman image
Some checks failed
Daily Build Silverblue Image / build (push) Has been cancelled
Some checks failed
Daily Build Silverblue Image / build (push) Has been cancelled
This commit is contained in:
parent
d3c1f3ab00
commit
7ddec690a9
@ -9,15 +9,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: podman
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Podman
|
|
||||||
run: |
|
|
||||||
sudo apt-get install -y podman
|
|
||||||
|
|
||||||
- name: Login to Gitea registry
|
- name: Login to Gitea registry
|
||||||
run: |
|
run: |
|
||||||
podman login git.joshua-se.com -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }}
|
podman login git.joshua-se.com -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
Loading…
Reference in New Issue
Block a user