Skip to content

Commit

Permalink
fix untagged image (#4530)
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix authored Jul 5, 2024
1 parent ecc5398 commit b0601b9
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 b0601b9

Please sign in to comment.