We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e0930 commit fbc2614Copy full SHA for fbc2614
.github/workflows/patch-image.yml
@@ -1,6 +1,9 @@
1
name: Patch Docker Image
2
3
on:
4
+ push:
5
+ branches:
6
+ - chore/publish-runner
7
workflow_call:
8
inputs:
9
image:
@@ -75,10 +78,10 @@ jobs:
75
78
file: build/Dockerfile
76
79
context: "."
77
80
target: patched
- tags: "${{ inputs.target_image }}:${{ inputs.target_tag }}"
- 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"
83
pull: true
84
push: true
85
build-args: |
- IMAGE_NAME=${{ inputs.image }}:${{ inputs.tag }}
- 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