Skip to content

Commit 75fc05d

Browse files
committed
Stop building and pushing a Docker image on every push and instead use a manual trigger
1 parent e833268 commit 75fc05d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-push-image.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build-push-image
22

3-
on: push
3+
on:
4+
workflow_dispatch:
45

56
jobs:
67
build-push-image:

0 commit comments

Comments
 (0)