Skip to content

Commit

Permalink
Increment version from v0.2.0-rc3 to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Oct 29, 2021
1 parent a7f48b1 commit 96ebd0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

steps:
- name: Generate provenance for Release
uses: philips-labs/slsa-provenance-action@v0.2.0-rc3
uses: philips-labs/slsa-provenance-action@v0.2.0
with:
artifact_path: release-assets
output_path: 'build.provenance'
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,19 @@ The following IDE is recommended when working on this codebase:
### Docker Image
Our Docker images are available at both GitHub Container Registry (ghcr) and Docker Hub.

**Docker Hub**
See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-provenance/tags)
**Docker Hub**
See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-provenance/tags)
Run the Docker image by doing:

```sh
docker run philipssoftware/slsa-provenance:v0.2.0-rc3
docker run philipssoftware/slsa-provenance:v0.2.0
```
**GitHub Container Registry**
See all available images [here.](https://github.com/philips-labs/slsa-provenance-action/pkgs/container/slsa-provenance)
**GitHub Container Registry**
See all available images [here.](https://github.com/philips-labs/slsa-provenance-action/pkgs/container/slsa-provenance)
Run the Docker image by doing:

```sh
docker run ghcr.io/philips-labs/slsa-provenance:v0.2.0-rc3
docker run ghcr.io/philips-labs/slsa-provenance:v0.2.0
```

The Docker image includes the working binary that can be executed by using the ``slsa-provenance`` command.
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.2.0-rc3'
image: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.2.0'
args:
- "generate"
- "-artifact_path"
Expand Down

0 comments on commit 96ebd0a

Please sign in to comment.