We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5321358 commit 55de46fCopy full SHA for 55de46f
1 file changed
.github/workflows/release.yml
@@ -1,11 +1,11 @@
1
name: Release
2
on:
3
- push:
+ push: # publish to `main` tag on Docker Hub on merge to main: https://hub.docker.com/layers/cipherstash/proxy/main
4
branches:
5
- main
6
- release:
+ release: # for cutting a numbered release (e.g. v2.1.9)
7
types: [published]
8
- workflow_dispatch:
+ workflow_dispatch: # for running the workflow on an arbitrary branch or commit
9
10
env:
11
REGISTRY_IMAGE: cipherstash/proxy
0 commit comments