Skip to content

Commit

Permalink
Run sed without find
Browse files Browse the repository at this point in the history
rp-thomas committed Oct 22, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 22e9e9d commit bfd5fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v4
- name: set label
run: |
find . -type f -name "infrastructure/*.yaml" -exec sed -i "s/VERSION_LABEL_DEFAULT/${{ env.IMAGE_TAG }}/g" {} +
sed -i "s/VERSION_LABEL_DEFAULT/${{ env.IMAGE_TAG }}/g" infrastructure/kustomization.yaml
cat infrastructure/kustomization.yaml
- uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit bfd5fe8

Please sign in to comment.