From 789973b35ac06387395010a013ea7719a279bfd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:42:40 +0300 Subject: [PATCH] chore(deps): update plexsystems/container-structure-test-action action to v0.3.0 (#547) --- .github/workflows/build-image-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-image-test.yaml b/.github/workflows/build-image-test.yaml index b1c3474..3ffccb7 100644 --- a/.github/workflows/build-image-test.yaml +++ b/.github/workflows/build-image-test.yaml @@ -21,6 +21,7 @@ jobs: Dockerfile .dockerignore tools/entrypoint.sh + .github/workflows/build-image-test.yaml - name: Set up Docker Buildx uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2.9.1 @@ -44,7 +45,7 @@ jobs: - name: Run structure tests if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: plexsystems/container-structure-test-action@fc4492b7bf1d5bbca12490f416808ea75c1ae75e # v0.2.0 + uses: plexsystems/container-structure-test-action@c0a028aa96e8e82ae35be556040340cbb3e280ca # v0.3.0 with: image: ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }} config: .github/.container-structure-test-config.yaml