Updated build-push-action to version 6.

This commit is contained in:
Jocelyn Le Sage 2024-07-30 19:50:47 -04:00
parent 10685cda38
commit f0965432b3

View File

@ -115,7 +115,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }} password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
push: ${{ steps.prep.outputs.is_release == 'yes' }} push: ${{ steps.prep.outputs.is_release == 'yes' }}
provenance: false provenance: false