We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11f8fbf + 3204b94 commit 3ec2486Copy full SHA for 3ec2486
Dockerfile.e2e
@@ -1,4 +1,4 @@
1
-FROM public.ecr.aws/amazonlinux/amazonlinux:2023 as builder
+FROM public.ecr.aws/amazonlinux/amazonlinux:2023 AS builder
2
3
WORKDIR /sysroot
4
Dockerfile.ghcr
delivery.yaml
@@ -27,6 +27,7 @@ pipeline:
27
VERSION=$CDP_BUILD_VERSION
28
fi
29
IMAGE=$IMAGE VERSION=$VERSION make build.push.internal
30
+ cdp-promote-image "${IMAGE}:${VERSION}"
31
- id: e2e
32
type: process
33
desc: "E2E Tests"
0 commit comments