Skip to content

Commit 06712d2

Browse files
committed
revert patch-image.yml
1 parent fbc2614 commit 06712d2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/patch-image.yml

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

33
on:
4-
push:
5-
branches:
6-
- chore/publish-runner
74
workflow_call:
85
inputs:
96
image:
@@ -78,10 +75,10 @@ jobs:
7875
file: build/Dockerfile
7976
context: "."
8077
target: patched
81-
tags: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:edge"
82-
platforms: "linux/arm64, linux/amd64"
78+
tags: "${{ inputs.target_image }}:${{ inputs.target_tag }}"
79+
platforms: ${{ inputs.platforms }}
8380
pull: true
8481
push: true
8582
build-args: |
86-
IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic/nginx-ingress:edge
87-
IC_VERSION=5.2.0
83+
IMAGE_NAME=${{ inputs.image }}:${{ inputs.tag }}
84+
IC_VERSION=${{ inputs.ic_version }}

0 commit comments

Comments
 (0)