Skip to content

Commit a0e0e00

Browse files
committed
Temporary fix to actions
1 parent 9af1c41 commit a0e0e00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/on-push-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docker build on push
22
env:
33
DOCKER_CLI_EXPERIMENTAL: enabled
4+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
45

56
on:
67
push:

.github/workflows/on-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docker build on tag
22
env:
33
DOCKER_CLI_EXPERIMENTAL: enabled
4+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
45
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'
56

67
on:

0 commit comments

Comments
 (0)