We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd32e8 commit e5f625aCopy full SHA for e5f625a
.github/workflows/build.yml
@@ -32,3 +32,7 @@ jobs:
32
env:
33
DOCKER_BUILDKIT: 1
34
PLATFORM: ${{ matrix.platform }}
35
+
36
+ - name: Test image
37
+ if: ${{ matrix.platform == "linux/amd64" }}
38
+ run: make docker-test
0 commit comments