From 96ebd0a2d2be7c191399e9dc52575fc315ac0126 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 29 Oct 2021 12:19:20 +0200 Subject: [PATCH] Increment version from v0.2.0-rc3 to v0.2.0 --- .github/workflows/ci.yaml | 2 +- README.md | 12 ++++++------ action.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e15fd580..19185d95 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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' diff --git a/README.md b/README.md index 8580ad85..6972cb8b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/action.yaml b/action.yaml index 771941f3..d1583f89 100644 --- a/action.yaml +++ b/action.yaml @@ -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"