File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
# https://github.com/docker/setup-buildx-action
23
23
- name : Set up Docker Buildx
24
24
uses : docker/setup-buildx-action@v1
25
- - name : Build action image
25
+ - name : Build docker image
26
26
run : make docker-build
27
27
env :
28
28
DOCKER_BUILDKIT : 1
29
29
PLATFORM : " ${{ matrix.platform }}"
30
- - name : Build action image
30
+ - name : Build docker image
31
31
run : make test
32
32
env :
33
33
DOCKER_BUILDKIT : 1
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
- name : Set up Docker Buildx
38
38
uses : docker/setup-buildx-action@v1
39
39
40
- - name : Build action image
40
+ - name : Build docker image
41
41
run : make docker-build
42
42
env :
43
43
DOCKER_BUILDKIT : 1
44
44
45
- - name : Build action image
45
+ - name : Build docker image
46
46
run : make test
47
47
env :
48
48
DOCKER_BUILDKIT : 1
You can’t perform that action at this time.
0 commit comments