Debug pipeline

This commit is contained in:
2026-04-25 22:10:46 +02:00
parent 3ce3ba0649
commit c2ac8b4401

View File

@@ -61,6 +61,10 @@ jobs:
fi
echo "version=${next}" >> "$GITHUB_OUTPUT"
- name: Install skopeo
run: |
apt-get update -qq && apt-get install -y -qq skopeo
- name: Build and push image
env:
REG_USER: ${{ secrets.REGISTRY_USERNAME }}