Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/cluster-docker-build-tag-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ on:
type: string
description: "Docker image repository name in GAR: amp = images hosted in cluster; dev = dev env and test images"
default: amp
image_platforms
type: string
description: "Platform to build the image for, comma separated list. Example: linux/amd64,linux/arm64"
default: linux/amd64
workload_identity_provider:
type: string
description: "Workload identity federation provider"
Expand Down Expand Up @@ -168,3 +172,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha,scope=${{ inputs.image }}
cache-to: type=gha,mode=max,scope=${{ inputs.image }}
platforms: ${{ inputs.image_platforms }}