Skip to content

Commit

Permalink
Update bookworm builder tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacpayne committed Oct 3, 2023
1 parent 1802f87 commit 6e98c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ inputs:
builderStack:
description: |
'The stack (OS) that should be used to build the provided application source and produce the runnable application
image. You can provide a specific image tag for the stack, such as "debian-bookworm-20230928.2", or you can
image. You can provide a specific image tag for the stack, such as "debian-bullseye-20230928.2", or you can
provide a supported stack name, such as "debian-bookworm" or "debian-bullseye", and the latest supported image tag
for that stack will be used. If no stack is provided, this action will attempt to build the provided application
source with each supported stack until there's a successful build.'
Expand Down Expand Up @@ -539,7 +539,7 @@ runs:
pack build \
${{ env.CA_GH_ACTION_IMAGE_TO_DEPLOY }} \
--path ${{ inputs.appSourcePath }} \
--builder mcr.microsoft.com/oryx/builder:debian-bookworm-20230928.2 \
--builder mcr.microsoft.com/oryx/builder:debian-bookworm-20231003.1 \
${{ env.CA_GH_ACTION_ORYX_BUILDER_ENV_ARG }} \
${{ env.CA_GH_ACTION_ORYX_BUILDER_TELEMETRY_ARG }}
Expand Down

0 comments on commit 6e98c7e

Please sign in to comment.