next try 3

This commit is contained in:
gunnar
2026-06-05 18:55:53 +02:00
parent 808264b0ad
commit bcce5cea5b
+4 -1
View File
@@ -71,8 +71,11 @@ jobs:
sep-annotations: " " sep-annotations: " "
- name: Build Image - name: Build Image
env:
STORAGE_DRIVER: vfs
CONTAINERS_CONF: ""
run: | run: |
podman build \ podman --storage-driver=vfs build \
-f ./Containerfile \ -f ./Containerfile \
-t "localhost/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}" \ -t "localhost/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}" \
--label "org.opencontainers.image.title=${{ env.IMAGE_NAME }}" \ --label "org.opencontainers.image.title=${{ env.IMAGE_NAME }}" \