We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877b639 commit e13faafCopy full SHA for e13faaf
1 file changed
.github/actions/build-app/action.yml
@@ -32,15 +32,11 @@ runs:
32
type=raw,value=${{ inputs.tag-prefix }}-${{ github.run_number }}-a${{ github.run_attempt }}
33
34
- name: Build and push
35
- uses: docker/build-push-action@v6
+ uses: useblacksmith/build-push-action@v2
36
with:
37
context: .
38
file: ${{ inputs.dockerfile }}
39
push: ${{ inputs.push }}
40
tags: ${{ steps.meta.outputs.tags }}
41
labels: ${{ steps.meta.outputs.labels }}
42
- platforms: ${{ inputs.platforms }}
43
- cache-from: |
44
- type=gha
45
- cache-to: |
46
+ platforms: ${{ inputs.platforms }}
0 commit comments