This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch fix-typo-with-skip-latest in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4a579af296ca99173d419a007854d7c859f4e5c2 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Feb 28 17:30:57 2026 +0100 Fix typo in skipLatest in release-dockerhub-images workflow --- .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:
