Skip to content

Commit 57de995

Browse files
fixes
1 parent e2c269c commit 57de995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
uses: docker/build-push-action@v6
5454
with:
5555
push: false
56-
load: true
5756
labels: ${{ steps.meta.outputs.labels }}
5857
tags: ${{ steps.meta.outputs.tags }}
5958
provenance: true
6059
cache-from: type=registry,ref=${{ env.DOCKER_APP_IMAGE }}
60+
cache-to: type=registry,ref=${{ env.DOCKER_APP_IMAGE }}
6161

6262
- name: Run the tests
6363
run: bin/test

0 commit comments

Comments
 (0)