Skip to content

Commit

Permalink
add debug temp docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik committed Jun 21, 2024
1 parent af2d050 commit 16dd775
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
run: |
sed 's/${BRANCH}/'${{ github.ref_name }}'/g' Dockerfile_db > $GITHUB_WORKSPACE/Dockerfile_temp_db
- name: Debug Dockerfile_temp_db
run: |
cat ${{ github.workspace }}/Dockerfile_temp_db
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down Expand Up @@ -144,6 +148,10 @@ jobs:
run: |
sed 's/${BRANCH}/'${{ github.ref_name }}'/g' Dockerfile_verifier > $GITHUB_WORKSPACE/Dockerfile_temp_verifier
- name: Debug Dockerfile_temp_verifier
run: |
cat ${{ github.workspace }}/Dockerfile_temp_verifier
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down Expand Up @@ -195,6 +203,10 @@ jobs:
run: |
sed 's/${BRANCH}/'${{ github.ref_name }}'/g' Dockerfile_mailer > $GITHUB_WORKSPACE/Dockerfile_temp_mailer
- name: Debug Dockerfile_temp_mailer
run: |
cat ${{ github.workspace }}/Dockerfile_temp_mailer
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 16dd775

Please sign in to comment.