mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -06:00
Build image only on main
This commit is contained in:
10
.github/workflows/build-image.yml
vendored
10
.github/workflows/build-image.yml
vendored
@@ -1,11 +1,9 @@
|
||||
name: Create and publish a Docker image
|
||||
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
on: [ push, pull_request ]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
||||
Reference in New Issue
Block a user