Skip to content

Commit

Permalink
[nc] test container-builder
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed May 16, 2024
1 parent affc01e commit 7033af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job-container-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7033af7

Please sign in to comment.