Skip to content

Commit f593b0c

Browse files
authored
add nap-v5 images to image patch workflow (#5894)
1 parent 715141e commit f593b0c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/update-docker-images.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,21 @@ jobs:
175175
image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-nap/nginx-plus-ingress"
176176
target_image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress"
177177
platforms: "linux/amd64"
178+
- tag: "${{ needs.variables.outputs.tag }}"
179+
target_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}"
180+
image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-nap-v5/nginx-plus-ingress"
181+
target_image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress"
182+
platforms: "linux/amd64"
183+
- tag: "${{ needs.variables.outputs.tag }}-ubi"
184+
target_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}-ubi"
185+
image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-nap-v5/nginx-plus-ingress"
186+
target_image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress"
187+
platforms: "linux/amd64"
188+
- tag: "${{ needs.variables.outputs.tag }}-alpine-fips"
189+
target_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}-alpine-fips"
190+
image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-nap-v5/nginx-plus-ingress"
191+
target_image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress"
192+
platforms: "linux/amd64"
178193
- tag: "${{ needs.variables.outputs.tag }}"
179194
target_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}"
180195
image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-dos/nginx-plus-ingress"

0 commit comments

Comments
 (0)