Skip to content

Commit

Permalink
Merge pull request #4 from plexsystems/update-version
Browse files Browse the repository at this point in the history
chore: Update container structure test to v1.15.0
  • Loading branch information
jpreese authored Mar 30, 2023
2 parents cb09ec8 + 22109e9 commit c0a028a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.17

ARG CST_VERSION=1.14.0
ARG CST_VERSION=1.15.0
RUN apk add --no-cache curl \
&& curl -sSL https://storage.googleapis.com/container-structure-test/v${CST_VERSION}/container-structure-test-linux-amd64 -o /usr/local/bin/container-structure-test \
&& chmod +x /usr/local/bin/container-structure-test \
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# container-structure-test-action

![Build Status](https://github.com/plexsystems/container-structure-test-action/workflows/build-test/badge.svg)

Setup [container-structure-test](https://github.com/GoogleContainerTools/container-structure-test) for use in your [GitHub Action](https://github.com/features/actions) workflows.

## Required inputs
Expand All @@ -20,11 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@master
uses: actions/checkout@main

- name: run structure tests
uses: plexsystems/[email protected]
with:
image: my-image:latest
config: tests.yaml
```
```

0 comments on commit c0a028a

Please sign in to comment.