We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1c1c0 commit 7f698d2Copy full SHA for 7f698d2
.github/workflows/build-push-form-handler.yaml
@@ -37,13 +37,6 @@ jobs:
37
echo "::set-output name=SHORT_SHA::$(git rev-parse --short HEAD)"
38
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
-
47
- name: Build Image
48
working-directory: ${{env.WORKING_DIRECTORY}}
49
run: |
.github/workflows/build-push-writer.yaml
@@ -36,14 +36,7 @@ jobs:
36
+
0 commit comments