diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 396074ba49e73..c0162f18d2f5c 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -31,11 +31,17 @@ - repository: autowarefoundation/autoware_common files: - source: .github/workflows/build-and-test.yaml + post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}' - source: .github/workflows/build-and-test-differential.yaml + post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}' - source: .github/workflows/build-and-test-differential-self-hosted.yaml + post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}' - source: .github/workflows/build-and-test-self-hosted.yaml + post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}' - source: .github/workflows/check-build-depends.yaml + post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}' - source: .github/workflows/clang-tidy-pr-comments.yaml + post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}' - source: codecov.yaml - repository: autowarefoundation/autoware-documentation