ci11
Some checks failed
Build and Push Docker Image / build-image (push) Failing after 32s

This commit is contained in:
Patryk Koreń
2026-01-07 21:50:19 +01:00
parent 3d7f6eeddf
commit 79841b30c9

View File

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