We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5bac9 commit 818431cCopy full SHA for 818431c
.github/workflows/ci.yaml
@@ -52,6 +52,8 @@ jobs:
52
uses: docker/setup-qemu-action@v3
53
- name: Set up Docker Buildx
54
uses: docker/setup-buildx-action@v3
55
+
56
+ # Build first for testing (no publish): https://docs.docker.com/build/ci/github-actions/test-before-push/
57
- name: Build and export to Docker
58
uses: docker/build-push-action@v6
59
with:
0 commit comments