From 5aa0cd5d22afd3d7fd718a90c38917368e31d854 Mon Sep 17 00:00:00 2001 From: drifty Date: Mon, 11 Aug 2025 15:53:20 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8846cf..b515e60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: default: 'https://git.lolcat.ca/lolcat/4get' 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 type: string default: 'user/image' @@ -22,19 +22,19 @@ on: default: 'latest' push_to_dockerhub: - description: 'Push to Docker Hub' + description: 'Push to Docker Hub (Run with Quay, not GHCR)' required: true type: boolean default: true push_to_ghcr: - description: 'Push to GitHub Container Registry' + description: 'Push to GitHub Container Registry (run seperately from the other two)' required: true type: boolean default: true push_to_quay: - description: 'Push to Quay.io' + description: 'Push to Quay.io (Run with Dockerhub, not GHCR)' required: true type: boolean default: true