Actualiser .gitea/workflows/build-push.yaml
Some checks failed
Check BlueSky Crossposter version / check-version (push) Successful in 15s
Build and Push Docker Image / build (push) Failing after 2m37s

This commit is contained in:
2025-04-13 18:07:39 +02:00
parent c39076e7ae
commit 32daf3ce4d

View File

@@ -27,7 +27,8 @@ jobs:
- name: install Buildah
run: |
apt-get update
apt-get install -y buildah
apt-get install -y buildah \
podman
- name: Checkout code
uses: actions/checkout@v4