Updated docker/build-push-action to v4.

This commit is contained in:
Jocelyn Le Sage 2023-02-04 14:21:38 -05:00
parent 5ce5f20f61
commit 491dceb3a8

View File

@ -118,7 +118,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: ${{ steps.prep.outputs.is_release == 'yes' }}
platforms: ${{ env.PLATFORMS }}