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:
2222 # https://github.com/docker/setup-buildx-action
2323 - name : Set up Docker Buildx
2424 uses : docker/setup-buildx-action@v1
25- - name : Build action image
25+ - name : Build docker image
2626 run : make docker-build
2727 env :
2828 DOCKER_BUILDKIT : 1
2929 PLATFORM : " ${{ matrix.platform }}"
30- - name : Build action image
30+ - name : Build docker image
3131 run : make test
3232 env :
3333 DOCKER_BUILDKIT : 1
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 - name : Set up Docker Buildx
3838 uses : docker/setup-buildx-action@v1
3939
40- - name : Build action image
40+ - name : Build docker image
4141 run : make docker-build
4242 env :
4343 DOCKER_BUILDKIT : 1
4444
45- - name : Build action image
45+ - name : Build docker image
4646 run : make test
4747 env :
4848 DOCKER_BUILDKIT : 1
You can’t perform that action at this time.
0 commit comments