Skip to content

Commit 7f698d2

Browse files
committed
took out step
1 parent 0f1c1c0 commit 7f698d2

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/build-push-form-handler.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
echo "::set-output name=SHORT_SHA::$(git rev-parse --short HEAD)"
3838
echo "Short SHA: $SHORT_SHA"
3939
40-
- name: Build
41-
uses: docker/build-push-action@v3
42-
with:
43-
context: ${{ inputs.DOCKER_CONTEXT }}
44-
file: ${{ inputs.DOCKER_FILE }}
45-
push: false
46-
4740
- name: Build Image
4841
working-directory: ${{env.WORKING_DIRECTORY}}
4942
run: |

.github/workflows/build-push-writer.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ jobs:
3636
run: |
3737
echo "::set-output name=SHORT_SHA::$(git rev-parse --short HEAD)"
3838
echo "Short SHA: $SHORT_SHA"
39-
40-
- name: Build
41-
uses: docker/build-push-action@v3
42-
with:
43-
context: ${{ inputs.DOCKER_CONTEXT }}
44-
file: ${{ inputs.DOCKER_FILE }}
45-
push: false
46-
39+
4740
- name: Build Image
4841
working-directory: ${{env.WORKING_DIRECTORY}}
4942
run: |

0 commit comments

Comments
 (0)