This commit is contained in:
@@ -2,9 +2,9 @@ name: Build Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
branches: [main, master]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
branches: [main, master]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -24,8 +24,6 @@ jobs:
|
||||
context: .
|
||||
push: false
|
||||
tags: parentzone-downloader:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Test Docker image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user