Skip to content

Commit

Permalink
Merge pull request #99 from justwatchcom/philippdefner/update-to-dockerx
Browse files Browse the repository at this point in the history
Build Multi Platform images
  • Loading branch information
dewey committed Sep 21, 2023
2 parents 651a95c + cf122a6 commit 027fd64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 027fd64

Please sign in to comment.