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
|
name: Publish Development Image
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
|
||||||
branches: ["main"]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
@ -25,6 +23,7 @@ jobs:
|
||||||
images: jointakahe/takahe-dev
|
images: jointakahe/takahe-dev
|
||||||
tags: |
|
tags: |
|
||||||
type=edge,branch=main
|
type=edge,branch=main
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@175d02bffea74695e96b351069ac938b338802f9
|
uses: docker/build-push-action@175d02bffea74695e96b351069ac938b338802f9
|
||||||
|
|
Loading…
Reference in a new issue