We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b242ae commit 2f50883Copy full SHA for 2f50883
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,7 @@
1
name: Build / Test / Push
2
3
on:
4
+ push:
5
workflow_call:
6
workflow_dispatch:
7
@@ -53,10 +54,11 @@ jobs:
53
54
uses: docker/build-push-action@v6
55
with:
56
push: false
- load: true
57
labels: ${{ steps.meta.outputs.labels }}
58
tags: ${{ steps.meta.outputs.tags }}
59
provenance: true
60
+ cache-from: type=gha
61
+ cache-to: type=gha
62
63
- name: Run the tests
64
run: bin/test
0 commit comments