diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index e70c81a2d9f..60354af8602 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -87,7 +87,7 @@ jobs: if [[ "${{ github.event_name }}" == "schedule" ]]; then echo "Nightly build detected - using nightly defaults" echo "branch=main" >> $GITHUB_OUTPUT - echo "image_tag=nightly" >> $GITHUB_OUTPUT + echo "image_tag=latest" >> $GITHUB_OUTPUT echo "docker_registry=ghcr.io/apache" >> $GITHUB_OUTPUT echo "services=*" >> $GITHUB_OUTPUT echo "platforms=both" >> $GITHUB_OUTPUT