4 Commits

Author SHA1 Message Date
Patryk Koreń
3da854e63d ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled
2026-01-07 22:14:04 +01:00
Patryk Koreń
8be88fd4c7 ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled
2026-01-07 22:12:45 +01:00
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

View File

@@ -9,7 +9,7 @@ jobs:
build-image:
runs-on: ubuntu-latest
container:
image: mgoltzsche/podman:latest
image: docker:dind-rootless
steps:
- name: Install dedps
@@ -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" .
docker build -t "$IMAGE_NAME:$TAG" .
- name: Log in to Docker registry
env: