no cache
Some checks failed
Build Docker Image / build (push) Failing after 47s

This commit is contained in:
Tudor Sitaru
2025-10-09 15:36:25 +01:00
parent 96aed142f2
commit 48073308da

View File

@@ -2,9 +2,9 @@ name: Build Docker Image
on: on:
push: push:
branches: [ main, master ] branches: [main, master]
pull_request: pull_request:
branches: [ main, master ] branches: [main, master]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -24,8 +24,6 @@ jobs:
context: . context: .
push: false push: false
tags: parentzone-downloader:latest tags: parentzone-downloader:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Test Docker image - name: Test Docker image
run: | run: |