Skip to content

Commit

Permalink
make docker-buildx mandatory. (#7652)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul authored Apr 13, 2024
1 parent 2f23437 commit 08bf754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ env.REGISTRY }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 08bf754

Please sign in to comment.