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