1 Commits

Author SHA1 Message Date
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

View File

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