File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121jobs :
2222 build :
2323 if : github.event_name == 'push' || github.event_name == 'pull_request'
24- uses : discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v1
24+ uses : discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v2
2525 secrets : inherit
2626 with :
2727 image-name : ${{ vars.DOCKER_IMAGE_NAME }}
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 build :
23- uses : discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v1
23+ uses : discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v2
2424 secrets : inherit
2525 with :
2626 env : ${{ inputs.env || github.event_name == 'pull_request' && 'dev' || 'prod' }}
You can’t perform that action at this time.
0 commit comments