Skip to content

Commit d3bf89f

Browse files
Testing workflow
I want to see if passing in the tags to the docker-compose in the way I'm trying to will actually work. We'll see!
1 parent 91d5251 commit d3bf89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image_build_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docker-image-push-public-dash
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, image-push ]
66

77
workflow_dispatch:
88
inputs:

0 commit comments

Comments
 (0)