This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new d43a9844c9d Fix typo in skipLatest in release-dockerhub-images
workflow (#62637)
d43a9844c9d is described below
commit d43a9844c9d1d4a521a382cb06a40aa3c329168c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 28 17:53:41 2026 +0100
Fix typo in skipLatest in release-dockerhub-images workflow (#62637)
---
.github/workflows/release_dockerhub_image.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_dockerhub_image.yml
b/.github/workflows/release_dockerhub_image.yml
index b6099163a84..e92ba1c0608 100644
--- a/.github/workflows/release_dockerhub_image.yml
+++ b/.github/workflows/release_dockerhub_image.yml
@@ -49,7 +49,7 @@ jobs:
pythonVersions: ${{
steps.determine-python-versions.outputs.python-versions }}
platformMatrix: ${{ steps.determine-matrix.outputs.platformMatrix }}
airflowVersion: ${{ steps.check-airflow-version.outputs.airflowVersion }}
- skipLatest: ${{ steps.check-airflow-version.outputs.skip-latest }}
+ skipLatest: ${{ steps.check-airflow-version.outputs.skipLatest }}
amd-runners: ${{ steps.selective-checks.outputs.amd-runners }}
arm-runners: ${{ steps.selective-checks.outputs.arm-runners }}
env: