Update plexsystems/container-structure-test-action action to v0.3.0

This commit is contained in:
renovate[bot]
2023-04-13 11:03:54 +00:00
committed by GitHub
parent 36d49a4fbb
commit 76a7f28105
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ jobs:
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}
- name: 'Run Structure tests' - name: 'Run Structure tests'
uses: plexsystems/container-structure-test-action@v0.2.0 uses: plexsystems/container-structure-test-action@v0.3.0
with: with:
image: docker.io/martialblog/limesurvey:6-${{ matrix.context }} image: docker.io/martialblog/limesurvey:6-${{ matrix.context }}
config: tests/${{ matrix.context }}-tests.yaml config: tests/${{ matrix.context }}-tests.yaml

View File

@@ -33,7 +33,7 @@ jobs:
tags: docker.io/martialblog/limesurvey:6-${{ matrix.context }} tags: docker.io/martialblog/limesurvey:6-${{ matrix.context }}
- name: 'Run Structure tests' - name: 'Run Structure tests'
uses: plexsystems/container-structure-test-action@v0.2.0 uses: plexsystems/container-structure-test-action@v0.3.0
with: with:
image: docker.io/martialblog/limesurvey:6-${{ matrix.context }} image: docker.io/martialblog/limesurvey:6-${{ matrix.context }}
config: tests/${{ matrix.context }}-tests.yaml config: tests/${{ matrix.context }}-tests.yaml

View File

@@ -31,7 +31,7 @@ jobs:
tags: docker.io/martialblog/limesurvey:5-${{ matrix.context }} tags: docker.io/martialblog/limesurvey:5-${{ matrix.context }}
- name: 'Run Structure tests' - name: 'Run Structure tests'
uses: plexsystems/container-structure-test-action@v0.2.0 uses: plexsystems/container-structure-test-action@v0.3.0
with: with:
image: docker.io/martialblog/limesurvey:5-${{ matrix.context }} image: docker.io/martialblog/limesurvey:5-${{ matrix.context }}
config: tests/${{ matrix.context }}-tests.yaml config: tests/${{ matrix.context }}-tests.yaml