Skip to content

Commit 2f50883

Browse files
cachenotpush
1 parent 4b242ae commit 2f50883

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build / Test / Push
22

33
on:
4+
push:
45
workflow_call:
56
workflow_dispatch:
67

@@ -53,10 +54,11 @@ jobs:
5354
uses: docker/build-push-action@v6
5455
with:
5556
push: false
56-
load: true
5757
labels: ${{ steps.meta.outputs.labels }}
5858
tags: ${{ steps.meta.outputs.tags }}
5959
provenance: true
60+
cache-from: type=gha
61+
cache-to: type=gha
6062

6163
- name: Run the tests
6264
run: bin/test

0 commit comments

Comments
 (0)