diff --git a/.github/workflows/job-container-dev-release.yaml b/.github/workflows/job-container-dev-release.yaml index a122844..2477297 100644 --- a/.github/workflows/job-container-dev-release.yaml +++ b/.github/workflows/job-container-dev-release.yaml @@ -241,7 +241,7 @@ jobs: job-container-dev-release: name: job-container development release workflow runs-on: ubuntu-latest - container: twdps/gha-container-builder + container: twdps/gha-container-builder:0.1.0 env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} diff --git a/README.md b/README.md index fa7660b..5eb82b6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Generates a github release based on the current git tag with --generates-notes f ### job-container-dev-release -runs on gha-container-builder:latest. +runs on gha-container-builder:latest Performs the following actions. (see links for action paramters and details) 1. [Install](install/action.yaml) specific versions of dependencies (optional)