Skip to content

Commit

Permalink
Merge branch 'master' into PHRAS-4085_data-volumes-api
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat authored Jul 5, 2024
2 parents d27a62d + b0601b9 commit c3d7813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
- name: build ${{ inputs.image }}
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ${{ inputs.context }}
file: ${{ inputs.file }}
provenance: false
push: true
cache-from: type=registry,ref=${{ env.CACHE_REGISTRY }}/${{ inputs.image }}:build-cache
cache-to: type=registry,mode=max,ref=${{ env.CACHE_REGISTRY }}/${{ inputs.image }}:build-cache
Expand Down

0 comments on commit c3d7813

Please sign in to comment.