Skip to content

Commit

Permalink
Remove debug tag from docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkaganozt committed Feb 1, 2024
1 parent b20f2bf commit c8684f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Run setup script
run: |
./setup-dev-env.sh -y --module all --no-cuda-drivers openadk
./setup-dev-env.sh -y
- name: Set git config
uses: autowarefoundation/autoware-github-actions/set-git-config@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Run setup script
run: |
./setup-dev-env.sh -y --module all --no-cuda-drivers openadk
./setup-dev-env.sh -y
- name: Set git config
uses: autowarefoundation/autoware-github-actions/set-git-config@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
base_image_env: base_image
lib_dir: aarch64
setup-args: --no-nvidia
additional-tag-suffix: -debug
additional-tag-suffix: ""
- name: cuda
base_image_env: base_image
lib_dir: aarch64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
base_image_env: base_image
lib_dir: x86_64
setup-args: --no-nvidia
additional-tag-suffix: -debug
additional-tag-suffix: ""
- name: cuda
base_image_env: base_image
lib_dir: x86_64
Expand Down

0 comments on commit c8684f8

Please sign in to comment.