Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Apr 30, 2024
1 parent 7c684ef commit df40e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -51,7 +51,7 @@ jobs:
fi
- name: Build 'autoware-universe'
uses: ./.github/actions/docker-build-push
uses: ./.github/actions/docker-build-and-push
with:
bake-target: autoware
build-args: |
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 @@ -46,7 +46,7 @@ jobs:
fi
- name: Build 'autoware-universe'
uses: ./.github/actions/docker-build-push
uses: ./.github/actions/docker-build-and-push
with:
bake-target: autoware
build-args: |
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 @@ -58,7 +58,7 @@ jobs:
fi
- name: Build 'Autoware'
uses: ./.github/actions/docker-build-push
uses: ./.github/actions/docker-build-and-push
with:
bake-target: autoware
build-args: |
Expand Down

0 comments on commit df40e00

Please sign in to comment.