diff --git a/.github/workflows/platform-build.yml b/.github/workflows/platform-build.yml index 2807e66b3f..1f8745d7bd 100644 --- a/.github/workflows/platform-build.yml +++ b/.github/workflows/platform-build.yml @@ -1,8 +1,8 @@ -name: Platform packages build and deploy to -develop/ -run-name: Build ${{ inputs.dry-run == true && 'w/o deploy' || '& deploy' }}${{ inputs.overwrite == true && '(+overwrite)' || '' }} to dist-${{inputs.stack}}-develop/ +name: Platform packages build and deploy to -cnb/ +run-name: Build ${{ inputs.dry-run == true && 'w/o deploy' || '& deploy' }}${{ inputs.overwrite == true && '(+overwrite)' || '' }} to dist-${{inputs.stack}}-cnb/ env: - dst_path_suffix: "-stable/" + dst_path_suffix: "-cnb-stable/" on: workflow_dispatch: diff --git a/.github/workflows/platform-remove.yml b/.github/workflows/platform-remove.yml index 818574092b..b14b0c8ef0 100644 --- a/.github/workflows/platform-remove.yml +++ b/.github/workflows/platform-remove.yml @@ -1,5 +1,5 @@ -name: Platform packages removal from -develop/ -run-name: Removal${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-${{inputs.stack}}-develop/ +name: Platform packages removal from -cnb/ +run-name: Removal${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-${{inputs.stack}}-cnb/ on: workflow_dispatch: diff --git a/.github/workflows/platform-sync.yml b/.github/workflows/platform-sync.yml index d229acd8a9..6e6c7f1578 100644 --- a/.github/workflows/platform-sync.yml +++ b/.github/workflows/platform-sync.yml @@ -1,10 +1,10 @@ -name: Platform packages sync from -develop/ to -stable/ -run-name: Sync${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-$STACK-develop/ to dist-$STACK-stable/ +name: Platform packages sync from -cnb/ to -cnb-stable/ +run-name: Sync${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-$STACK-cnb/ to dist-$STACK-cnb-stable/ env: stacks_list_for_shell_expansion: "{heroku-20,heroku-22,heroku-24-amd64,heroku-24-arm64}" - src_path_suffix: "-develop/" - dst_path_suffix: "-stable/" + src_path_suffix: "-cnb/" + dst_path_suffix: "-cnb-stable/" on: workflow_dispatch: diff --git a/support/build/_docker/heroku-20.Dockerfile b/support/build/_docker/heroku-20.Dockerfile index 4262c337cb..32f2368786 100644 --- a/support/build/_docker/heroku-20.Dockerfile +++ b/support/build/_docker/heroku-20.Dockerfile @@ -5,7 +5,7 @@ ARG TARGETARCH WORKDIR /app ENV WORKSPACE_DIR=/app/support/build ENV S3_BUCKET=lang-php -ENV S3_PREFIX=dist-heroku-20-develop/ +ENV S3_PREFIX=dist-heroku-20-cnb/ ENV S3_REGION=us-east-1 ENV STACK=heroku-20 ENV DEBIAN_FRONTEND=noninteractive diff --git a/support/build/_docker/heroku-22.Dockerfile b/support/build/_docker/heroku-22.Dockerfile index b6e67dfea2..1d7ea59560 100644 --- a/support/build/_docker/heroku-22.Dockerfile +++ b/support/build/_docker/heroku-22.Dockerfile @@ -5,7 +5,7 @@ ARG TARGETARCH WORKDIR /app ENV WORKSPACE_DIR=/app/support/build ENV S3_BUCKET=lang-php -ENV S3_PREFIX=dist-heroku-22-develop/ +ENV S3_PREFIX=dist-heroku-22-cnb/ ENV S3_REGION=us-east-1 ENV STACK=heroku-22 ENV DEBIAN_FRONTEND=noninteractive diff --git a/support/build/_docker/heroku-24.Dockerfile b/support/build/_docker/heroku-24.Dockerfile index c02426ef83..6f5605a9b8 100644 --- a/support/build/_docker/heroku-24.Dockerfile +++ b/support/build/_docker/heroku-24.Dockerfile @@ -7,7 +7,7 @@ USER root WORKDIR /app ENV WORKSPACE_DIR=/app/support/build ENV S3_BUCKET=lang-php -ENV S3_PREFIX=dist-heroku-24-${TARGETARCH}-develop/ +ENV S3_PREFIX=dist-heroku-24-${TARGETARCH}-cnb/ ENV S3_REGION=us-east-1 ENV STACK=heroku-24 ENV DEBIAN_FRONTEND=noninteractive