Skip to content

Commit 61a6d17

Browse files
authored
Update manual-build-push.yml
1 parent 629f7e6 commit 61a6d17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ name: image-build-and-publish
44
# They are provided by a third-party and are governed by
55
# separate terms of service, privacy policy, and support
66
# documentation.
7-
7+
on:
8+
push:
9+
branches: [ "dev" ]
10+
# Publish tags as releases.
11+
tags: [ '*' ]
12+
813
env:
914
# Use docker.io for Docker Hub if empty
1015
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)