We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af1c41 commit a0e0e00Copy full SHA for a0e0e00
.github/workflows/on-push-master.yml
@@ -1,6 +1,7 @@
1
name: Docker build on push
2
env:
3
DOCKER_CLI_EXPERIMENTAL: enabled
4
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
5
6
on:
7
push:
.github/workflows/on-tag.yml
name: Docker build on tag
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'
0 commit comments