Skip to content

Commit 08bf754

Browse files
authored
make docker-buildx mandatory. (#7652)
1 parent 2f23437 commit 08bf754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docker_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ jobs:
7373
steps:
7474
- name: Checkout repository
7575
uses: actions/checkout@v3
76-
76+
- name: Set up Docker Buildx
77+
uses: docker/setup-buildx-action@v1
7778
- name: Login to Docker Hub
7879
uses: docker/login-action@v2
7980
with:
8081
username: ${{ env.REGISTRY }}
8182
password: ${{ secrets.DOCKERHUB_TOKEN }}
82-
8383
- name: Build and push
8484
uses: docker/build-push-action@v3
8585
with:

0 commit comments

Comments
 (0)