mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
Only make dev builds on request
This commit is contained in:
parent
644128803b
commit
ae5a16e133
1 changed files with 2 additions and 3 deletions
5
.github/workflows/docker-dev.yml
vendored
5
.github/workflows/docker-dev.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: Publish Development Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
@ -25,6 +23,7 @@ jobs:
|
|||
images: jointakahe/takahe-dev
|
||||
tags: |
|
||||
type=edge,branch=main
|
||||
type=sha
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@175d02bffea74695e96b351069ac938b338802f9
|
||||
|
|
Loading…
Reference in a new issue