Skip to content

Commit

Permalink
Use buildx in docker build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
notsyncing committed Sep 8, 2024
1 parent 3cc4a04 commit 1657dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 1657dd7

Please sign in to comment.