Compare commits
2 Commits
117eb54e26
...
15b33bd1fa
Author | SHA1 | Date |
---|---|---|
|
15b33bd1fa | |
|
9447d84b75 |
|
@ -49,7 +49,9 @@ jobs:
|
|||
- name: Run step if only the files listed above change # zizmor: ignore[template-injection]
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
id: set-matrix
|
||||
run: |
|
||||
run: echo "::set-output name=tag::$TAG_NAME"
|
||||
env:
|
||||
TAG_NAME: "${{ github.ref_name }}"
|
||||
echo "matrix=${{ steps.changed-files.outputs.all_changed_files}}" >> $GITHUB_OUTPUT
|
||||
|
||||
build_modified_dockerfiles:
|
||||
|
|
Loading…
Reference in New Issue