We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4510f commit af0c1b1Copy full SHA for af0c1b1
.github/workflows/build.yml
@@ -149,20 +149,11 @@ jobs:
149
uses: docker/setup-buildx-action@v3
150
-
151
name: Test
152
- if: ${{ matrix.typ != 'rhel' }}
153
uses: docker/bake-action@v4
154
with:
155
targets: test
156
set: |
157
test-${{ matrix.typ }}.args.TEST_BASE_IMAGE=${{ matrix.image }}
158
- -
159
- name: Test (info)
160
- if: ${{ matrix.typ == 'rhel' }}
161
- uses: docker/bake-action@v4
162
- with:
163
- targets: test-info
164
- set: |
165
- test-${{ matrix.typ }}.args.TEST_BASE_IMAGE=${{ matrix.image }}
166
167
build:
168
runs-on: ubuntu-latest
0 commit comments