Skip to content

Commit

Permalink
Update runtime version to 12.2.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro authored Oct 25, 2024
1 parent 226f0a9 commit 359775e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ jobs:
uses: ./.github/workflows/e2e/validate_deployment
with:
dag_tarball_version_before: ""
image_version_before: "12.1.1"
image_version_before: "12.2.0"
dag_tarball_version_after: ${{ steps.get-deployment-after-create-preview.outputs.desired_dag_tarball_version }}
image_version_after: ${{ steps.get-deployment-after-create-preview.outputs.desired_image_version }}

Expand Down
2 changes: 1 addition & 1 deletion e2e-setup/astro-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM quay.io/astronomer/astro-runtime:12.1.1
FROM quay.io/astronomer/astro-runtime:12.2.0

0 comments on commit 359775e

Please sign in to comment.