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 5f1510f commit 0f6e3e0Copy full SHA for 0f6e3e0
.github/workflows/apt.yml
@@ -222,7 +222,7 @@ jobs:
222
container-image: images:debian/12
223
- label: Ubuntu Focal amd64
224
rake-job: ubuntu-focal
225
- container-image: images:ubuntu/20.04
+ container-image: fluent:ubuntu/20.04
226
- label: Ubuntu Jammy amd64
227
rake-job: ubuntu-jammy
228
container-image: images:ubuntu/22.04
@@ -266,5 +266,6 @@ jobs:
266
- name: Setup Incus
267
run: |
268
sudo incus admin init --auto
269
+ sudo incus remote add fluent https://fluentd.cdn.cncf.io/test/incus-images --protocol=simplestreams
270
- name: Run Test ${{ matrix.test-file }} on ${{ matrix.container-image }}
271
run: fluent-package/apt/systemd-test/test.sh ${{ matrix.container-image }} ${{ matrix.test-file }}
0 commit comments