Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/3999-re-organize-th…
Browse files Browse the repository at this point in the history
…e-autoware-docker-containers' into 3999-re-organize-the-autoware-docker-containers
  • Loading branch information
oguzkaganozt committed Feb 19, 2024
2 parents 6a69d0c + 4cfc986 commit abcec80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ runs:
provenance: false
set: |
${{ inputs.build-args }}
- name: Build and Save Artifacts
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: docker/bake-action@v3
Expand Down Expand Up @@ -165,4 +165,4 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: error
if-no-files-found: error
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ name: docker-build-and-push-main-self-hosted
on:
push:
tags:
- 'adkit-v*.*.*'
- "adkit-v*.*.*"
branches:
- main
schedule:
- cron: 0 0 1,15 * *
workflow_dispatch:
inputs:
save-artifacts:
description: 'Save artifacts to Github Actions'
description: "Save artifacts to Github Actions"
required: true
default: true
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ name: docker-build-and-push-main
on:
push:
tags:
- 'adkit-v*.*.*'
- "adkit-v*.*.*"
branches:
- main
schedule:
- cron: 0 0 1,15 * *
workflow_dispatch:
inputs:
save-artifacts:
description: 'Save artifacts to Github Actions'
description: "Save artifacts to Github Actions"
required: true
default: true
type: boolean
Expand Down

0 comments on commit abcec80

Please sign in to comment.