Skip to content

Commit

Permalink
Don't bother building the debug image
Browse files Browse the repository at this point in the history
Signed-off-by: Austin L Mayes <[email protected]>
  • Loading branch information
AustinLMayes committed Mar 24, 2024
1 parent 0b19464 commit 8ac2884
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
- name: Build debug and push
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile_doris_debug
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.debug_meta.outputs.tags }}
# - name: Build debug and push
# uses: docker/build-push-action@v5
# with:
# context: .
# file: Dockerfile_doris_debug
# platforms: linux/amd64,linux/arm64
# push: true
# tags: ${{ steps.debug_meta.outputs.tags }}

0 comments on commit 8ac2884

Please sign in to comment.