File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 uses : ./.github/workflows/verify-image_rw.yml
3737 with :
3838 context_path : " simplerisk-minimal/"
39- dockerfile_path : " simplerisk-minimal/php83/ Dockerfile"
39+ dockerfile_path : " simplerisk-minimal/Dockerfile"
4040 image_tag : " simplerisk/simplerisk-minimal:testing"
4141 build_args : " version=8.3"
Original file line number Diff line number Diff line change 2727 description : Is this the latest image?
2828 default : false
2929 type : boolean
30+ build_args :
31+ description : Arguments to use on image at runtime
32+ type : string
3033 secrets :
3134 DOCKER_USERNAME :
3235 required : true
6063 context : ${{ inputs.context_path }}
6164 file : ${{ inputs.dockerfile_path }}
6265 push : ${{ github.event_name != 'pull_request' }}
66+ build-args : ${{ inputs.build_args || '' }}
6367 tags : |
6468 ${{ inputs.image_name }}
6569 ${{ inputs.image_name }}:${{ inputs.version }}
7276 context : ${{ inputs.context_path }}
7377 file : ${{ inputs.dockerfile_path }}
7478 push : ${{ github.event_name != 'pull_request' }}
79+ build-args : ${{ inputs.build_args || '' }}
7580 tags : |
7681 ${{ inputs.image_name }}:${{ inputs.version }}-${{ inputs.os_version }}
7782 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 2727 context : ${{ inputs.context_path }}
2828 file : ${{ inputs.dockerfile_path }}
2929 tags : ${{ inputs.image_tag }}
30- build_args : ${{ inputs.build_args || '' }}
30+ build-args : ${{ inputs.build_args || '' }}
3131 - name : Run linter with Dockle
3232 uses : erzz/dockle-action@v1
3333 with :
You can’t perform that action at this time.
0 commit comments