Skip to content

Commit

Permalink
update command to do multiple Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
iancmoritz committed Jun 5, 2024
1 parent f3df123 commit 4d032f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-runtime-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Get the latest runtime version from the previous step
latest_runtime=$LATEST_RUNTIME
# Update the Dockerfile with the latest runtime version
sed -i "s/FROM quay.io\/astronomer\/astro-runtime:.*/FROM quay.io\/astronomer\/astro-runtime:$latest_runtime/" Dockerfile
sed -i -s "s/FROM quay.io\/astronomer\/astro-runtime:.*/FROM quay.io\/astronomer\/astro-runtime:$latest_runtime/" **/Dockerfile
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 4d032f7

Please sign in to comment.