mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
chore(deps): update plexsystems/container-structure-test-action action to v0.3.0 (#547)
This commit is contained in:
parent
f9b797b07d
commit
789973b35a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-image-test.yaml
vendored
3
.github/workflows/build-image-test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue