Merge pull request #145 from martialblog/renovate/plexsystems-container-structure-test-action-0.x

Update plexsystems/container-structure-test-action action to v0.3.0
This commit is contained in:
Markus Opolka
2023-04-13 13:17:49 +02:00
committed by GitHub
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