Skip to content

Commit 3ec2486

Browse files
authored
Merge pull request #508 from zalando-incubator/fix-deploy3
Promote new image to production
2 parents 11f8fbf + 3204b94 commit 3ec2486

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2023 as builder
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023 AS builder
22

33
WORKDIR /sysroot
44

Dockerfile.ghcr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2023 as builder
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023 AS builder
22

33
WORKDIR /sysroot
44

delivery.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pipeline:
2727
VERSION=$CDP_BUILD_VERSION
2828
fi
2929
IMAGE=$IMAGE VERSION=$VERSION make build.push.internal
30+
cdp-promote-image "${IMAGE}:${VERSION}"
3031
- id: e2e
3132
type: process
3233
desc: "E2E Tests"

0 commit comments

Comments
 (0)