We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62db3a commit 58f1ddeCopy full SHA for 58f1dde
2 files changed
.github/workflows/_docker-build-template.yml
@@ -23,7 +23,7 @@ jobs:
23
username: ${{ github.actor }}
24
password: ${{ secrets.GITHUB_TOKEN }}
25
26
- - uses: crazy-max/ghaction-github-runtime@v3<
+ - uses: crazy-max/ghaction-github-runtime@v3
27
28
- uses: docker/setup-buildx-action@v3
29
.github/workflows/docker.yml
@@ -20,11 +20,16 @@ jobs:
20
uses: dorny/paths-filter@v3
21
with:
22
filters: |
- ros: docker/base-ros/**
- python:
+ all:
+ - .github/workflows/_docker-build-template.yml
+ - .github/workflows/docker.yml
+ ros: &all
+ - docker/base-ros/**
+ python: &all
- docker/base-python/**
30
- requirements*.txt
- dev: dimos/**
31
+ dev: &all
32
+ - dimos/**
33
34
build-ros:
35
needs: detect-changes
0 commit comments