ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled

This commit is contained in:
Patryk Koreń
2026-01-07 22:09:48 +01:00
parent 4e944da7e1
commit ab021d1512

View File

@@ -25,7 +25,7 @@ jobs:
IMAGE_NAME: papryk/dj-spangebob IMAGE_NAME: papryk/dj-spangebob
TAG: ${{ gitea.ref_name }} TAG: ${{ gitea.ref_name }}
run: | run: |
podman build --storage-driver=vfs -t "$IMAGE_NAME:$TAG" . podman build -t "$IMAGE_NAME:$TAG" .
- name: Log in to Docker registry - name: Log in to Docker registry
env: env: