Skip to content

Commit fbc2614

Browse files
committed
test patch-image.yml
1 parent c9e0930 commit fbc2614

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/patch-image.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Patch Docker Image
22

33
on:
4+
push:
5+
branches:
6+
- chore/publish-runner
47
workflow_call:
58
inputs:
69
image:
@@ -75,10 +78,10 @@ jobs:
7578
file: build/Dockerfile
7679
context: "."
7780
target: patched
78-
tags: "${{ inputs.target_image }}:${{ inputs.target_tag }}"
79-
platforms: ${{ inputs.platforms }}
81+
tags: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:edge"
82+
platforms: "linux/arm64, linux/amd64"
8083
pull: true
8184
push: true
8285
build-args: |
83-
IMAGE_NAME=${{ inputs.image }}:${{ inputs.tag }}
84-
IC_VERSION=${{ inputs.ic_version }}
86+
IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:edge
87+
IC_VERSION=5.2.0

0 commit comments

Comments
 (0)