add podman

This commit is contained in:
2025-03-14 21:04:35 -05:00
parent 4c1ec680a9
commit e9e1cabd11
2 changed files with 10 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ jobs:
type=ref,event=tag
images: ${{ vars.REPOSITORY_HOST }}/${{ gitea.repository }}
- name: Install Podman
run: |
sudo apt-get update
sudo apt-get install -y podman
- name: Log into Registry
id: log-in
uses: redhat-actions/podman-login@v1

View File

@@ -23,6 +23,11 @@ jobs:
type=ref,event=tag
images: ${{ vars.REGISTRY_HOST }}/images
- name: Install Podman
run: |
sudo apt-get update
sudo apt-get install -y podman
- name: Log into Registry
id: log-in
uses: redhat-actions/podman-login@v1