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
7 changes: 6 additions & 1 deletion .github/workflows/go_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
description: 'GOPRIVATE env for go commands'
required: false
type: string
LEGACY_DOCKER_MEDIATYPES:
description: 'Push Docker schema2 manifest lists instead of OCI image indexes (required for legacy Mesos/Marathon Docker 17.x hosts)'
required: false
type: boolean
default: false
secrets:
GH_CI_PAT:
description: 'Token password for GitHub auth'
Expand Down Expand Up @@ -98,7 +103,7 @@ jobs:
- name: Build and Push to Artifact Registry
uses: docker/build-push-action@v3
with:
push: true
outputs: type=registry,oci-mediatypes=${{ inputs.LEGACY_DOCKER_MEDIATYPES && 'false' || 'true' }}
provenance: false
context: .
file: Dockerfile
Expand Down