mirror of
https://github.com/driftywinds/image-builder.git
synced 2025-12-19 03:43:33 +00:00
Update build.yml
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -10,7 +10,7 @@ on:
|
|||||||
default: 'https://git.lolcat.ca/lolcat/4get'
|
default: 'https://git.lolcat.ca/lolcat/4get'
|
||||||
|
|
||||||
image_name:
|
image_name:
|
||||||
description: 'Docker image name (without registry prefix)'
|
description: 'Docker image name (without registry prefix) (for GitHub only put the image name)'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
default: 'user/image'
|
default: 'user/image'
|
||||||
@@ -22,19 +22,19 @@ on:
|
|||||||
default: 'latest'
|
default: 'latest'
|
||||||
|
|
||||||
push_to_dockerhub:
|
push_to_dockerhub:
|
||||||
description: 'Push to Docker Hub'
|
description: 'Push to Docker Hub (Run with Quay, not GHCR)'
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
push_to_ghcr:
|
push_to_ghcr:
|
||||||
description: 'Push to GitHub Container Registry'
|
description: 'Push to GitHub Container Registry (run seperately from the other two)'
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
push_to_quay:
|
push_to_quay:
|
||||||
description: 'Push to Quay.io'
|
description: 'Push to Quay.io (Run with Dockerhub, not GHCR)'
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|||||||
Reference in New Issue
Block a user