diff --git a/.github/workflows/job-container-dev-release.yaml b/.github/workflows/job-container-dev-release.yaml index 2477297..99e5932 100644 --- a/.github/workflows/job-container-dev-release.yaml +++ b/.github/workflows/job-container-dev-release.yaml @@ -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 }} diff --git a/build/action.yaml b/build/action.yaml index 8a67be5..e5497b2 100644 --- a/build/action.yaml +++ b/build/action.yaml @@ -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 \