We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa4a79 commit 4edd615Copy full SHA for 4edd615
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
# https://github.com/docker/setup-buildx-action
23
- name: Set up Docker Buildx
24
uses: docker/setup-buildx-action@v2
25
- - name: Build action image
+ - name: Build docker image
26
run: make docker-build
27
env:
28
DOCKER_BUILDKIT: 1
0 commit comments