We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629f7e6 commit 61a6d17Copy full SHA for 61a6d17
.github/workflows/manual-build-push.yml
@@ -4,7 +4,12 @@ name: image-build-and-publish
4
# They are provided by a third-party and are governed by
5
# separate terms of service, privacy policy, and support
6
# documentation.
7
-
+on:
8
+ push:
9
+ branches: [ "dev" ]
10
+ # Publish tags as releases.
11
+ tags: [ '*' ]
12
+
13
env:
14
# Use docker.io for Docker Hub if empty
15
REGISTRY: ghcr.io
0 commit comments