We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13eac14 commit ce4296bCopy full SHA for ce4296b
.github/workflows/release.yaml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
+ env:
12
+ DOCKER_CLI_EXPERIMENTAL: "enabled"
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
0 commit comments