Skip to content

Commit

Permalink
Temporary fix to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Nov 18, 2020
1 parent 3f066dd commit ed0a641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker build on push
env:
DOCKER_CLI_EXPERIMENTAL: enabled
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

on: push

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker build on tag
env:
DOCKER_CLI_EXPERIMENTAL: enabled
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'

on:
Expand Down

0 comments on commit ed0a641

Please sign in to comment.