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 21:59:40 +01:00
parent 41d040167b
commit 4e944da7e1

View File

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