Skip to content

Commit 0570cde

Browse files
authored
Update docker-publish.yml add workflow flag (#6)
1 parent cc5dee2 commit 0570cde

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
branches: [ main ]
88
release:
99
types: [ published ]
10+
workflow_dispatch:
11+
inputs:
12+
manual_push:
13+
description: 'Set to "yes" to push tag :test image to GHCR for testing before merging to main'
14+
required: false
15+
default: 'no'
1016

1117
jobs:
1218

@@ -79,4 +85,4 @@ jobs:
7985
tags: |
8086
ghcr.io/${{ env.LOWERCASE_REPO }}:latest
8187
ghcr.io/${{ env.LOWERCASE_REPO }}:${{ github.sha }}
82-
labels: ${{ steps.meta.outputs.labels }}
88+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)