We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c269c commit 57de995Copy full SHA for 57de995
1 file changed
.github/workflows/build.yml
@@ -53,11 +53,11 @@ jobs:
53
uses: docker/build-push-action@v6
54
with:
55
push: false
56
- load: true
57
labels: ${{ steps.meta.outputs.labels }}
58
tags: ${{ steps.meta.outputs.tags }}
59
provenance: true
60
cache-from: type=registry,ref=${{ env.DOCKER_APP_IMAGE }}
+ cache-to: type=registry,ref=${{ env.DOCKER_APP_IMAGE }}
61
62
- name: Run the tests
63
run: bin/test
0 commit comments