Skip to content

Commit

Permalink
Merge pull request #98 from justwatchcom/philippdefner/multi-platform…
Browse files Browse the repository at this point in the history
…-image

Update so we can push multi platform images
  • Loading branch information
dewey authored Sep 21, 2023
2 parents 0c5fa21 + 0402266 commit 651a95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 651a95c

Please sign in to comment.