Skip to content

Commit 6234773

Browse files
committed
adds buildx as a builder
1 parent 9605a8a commit 6234773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-dev-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Push docker dev image to Dockerhub
1+
name: Push Docker Dev Image to Dockerhub
22

33
on:
44
push:
@@ -38,6 +38,7 @@ jobs:
3838
id: docker_build
3939
uses: docker/build-push-action@v2
4040
with:
41+
builder: ${{ steps.buildx.outputs.name }}
4142
context: ./
4243
file: ./Dockerfile
4344
push: true

0 commit comments

Comments
 (0)