4 Commits

Author SHA1 Message Date
Patryk Koreń
ab021d1512 ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled
2026-01-07 22:09:48 +01:00
Patryk Koreń
4e944da7e1 ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled
2026-01-07 21:59:40 +01:00
Patryk Koreń
41d040167b ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled
2026-01-07 21:58:35 +01:00
Patryk Koreń
cbe9ca8691 ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled
2026-01-07 21:56:55 +01:00

View File

@@ -22,10 +22,10 @@ jobs:
- name: Build container image - name: Build container image
env: env:
REGISTRY: https://gitea.papryk.com REGISTRY: https://gitea.papryk.com
IMAGE_NAME: Papryk/dj-spangebob IMAGE_NAME: papryk/dj-spangebob
TAG: ${{ gitea.ref_name }} TAG: ${{ gitea.ref_name }}
run: | run: |
podman build -t "$REGISTRY/$IMAGE_NAME:$TAG" . podman build -t "$IMAGE_NAME:$TAG" .
- name: Log in to Docker registry - name: Log in to Docker registry
env: env: