Skip to content

Commit

Permalink
remove cuda flavor
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Sep 25, 2024
1 parent bb49d64 commit fd58058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.bake-target }}
tags: |
type=raw,value=simulator-monolithic${{ inputs.tag-suffix }}-${{ inputs.platform }}
type=raw,value=simulator-monolithic${{ inputs.tag-suffix }}-${{ inputs.platform }}-${{ steps.date.outputs.date }}
type=raw,value=simulator-monolithic${{ inputs.tag-suffix }}-${{ steps.date.outputs.date }}-${{ inputs.platform }}
bake-target: docker-metadata-action-simulator-monolithic
flavor: |
latest=false
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:
lib_dir: x86_64
setup-args: --no-nvidia
tag-suffix: ""
- name: cuda
platform: amd64
base_image_env: base_image
lib_dir: x86_64
tag-suffix: -cuda

steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit fd58058

Please sign in to comment.