summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-23 13:30:05 -0700
committerAndrew Godwin2022-11-23 13:30:05 -0700
commitae5a16e1337338926c194b35485f7e769bb2c2be (patch)
tree792c3db700243af13f7147314d2babc194756282 /.github
parent644128803bddb7673800ea39a76dc4c26fa28acd (diff)
downloadtakahe-ae5a16e1337338926c194b35485f7e769bb2c2be.tar.gz
takahe-ae5a16e1337338926c194b35485f7e769bb2c2be.tar.bz2
takahe-ae5a16e1337338926c194b35485f7e769bb2c2be.zip
Only make dev builds on request
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-dev.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/docker-dev.yml b/.github/workflows/docker-dev.yml
index a183d2e..6f5c86e 100644
--- a/.github/workflows/docker-dev.yml
+++ b/.github/workflows/docker-dev.yml
@@ -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