We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a19a9 commit a92bf1bCopy full SHA for a92bf1b
.github/workflows/test.yml
@@ -5,5 +5,14 @@ jobs:
5
runs-on: macos-latest
6
steps:
7
- uses: actions/checkout@v2
8
- - name: Setup tmate session
9
- uses: mxschmitt/action-tmate@v3
+ - uses: docker-practice/actions-setup-docker@master
+ with:
10
+ docker_channel: nightly
11
+ # this value please see https://github.com/AkihiroSuda/moby-snapshot/releases
12
+ docker_nightly_version: snapshot-20201008
13
+ - run: |
14
+ set -x
15
+
16
+ docker version
17
18
+ docker run --rm hello-world
0 commit comments