Skip to content

Commit

Permalink
[nc] test parameterized builder version
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 388fb1e commit 4baf567
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/job-container-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,18 @@ on:
type: string
default: "false"

builder-image-version:
description: default is latest
type: string
required: false
default: "twdps/gha-container-builder:0.1.0"

jobs:

job-container-dev-release:
name: job-container development release workflow
runs-on: ubuntu-latest
container: twdps/gha-container-builder:0.1.0
container: ${{ inputs.builder-image-version }}

env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ runs:
steps:
- name: build gha container image
working-directory: ${{ inputs.working-directory }}
env:
BUILDX_GIT_INFO: "false"
shell: bash
run: |
docker build \
Expand Down

0 comments on commit 4baf567

Please sign in to comment.