no more branch images :c
This commit is contained in:
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
@@ -1,14 +1,8 @@
|
||||
name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
# Trigger on all branches and tags; you can later refine this logic if needed
|
||||
branches: [ '**' ]
|
||||
tags: [ '**' ]
|
||||
pull_request:
|
||||
branches: [ '**' ]
|
||||
release:
|
||||
types: [ published, released ]
|
||||
types: [ published ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user