Skip to content

Commit e13faaf

Browse files
committed
use docker cache maybe?
1 parent 877b639 commit e13faaf

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/actions/build-app/action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,11 @@ runs:
3232
type=raw,value=${{ inputs.tag-prefix }}-${{ github.run_number }}-a${{ github.run_attempt }}
3333
3434
- name: Build and push
35-
uses: docker/build-push-action@v6
35+
uses: useblacksmith/build-push-action@v2
3636
with:
3737
context: .
3838
file: ${{ inputs.dockerfile }}
3939
push: ${{ inputs.push }}
4040
tags: ${{ steps.meta.outputs.tags }}
4141
labels: ${{ steps.meta.outputs.labels }}
42-
platforms: ${{ inputs.platforms }}
43-
cache-from: |
44-
type=gha
45-
cache-to: |
46-
type=gha
42+
platforms: ${{ inputs.platforms }}

0 commit comments

Comments
 (0)