We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57de995 commit 4b242aeCopy full SHA for 4b242ae
1 file changed
.github/workflows/build.yml
@@ -53,11 +53,13 @@ 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
- cache-from: type=registry,ref=${{ env.DOCKER_APP_IMAGE }}
60
- cache-to: type=registry,ref=${{ env.DOCKER_APP_IMAGE }}
61
62
- name: Run the tests
63
run: bin/test
+
64
+ - name: Push images
65
+ run: docker push -a "$DOCKER_APP_IMAGE"
0 commit comments