We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5dee2 commit 0570cdeCopy full SHA for 0570cde
.github/workflows/docker-publish.yml
@@ -7,6 +7,12 @@ on:
7
branches: [ main ]
8
release:
9
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'
16
17
jobs:
18
@@ -79,4 +85,4 @@ jobs:
79
85
tags: |
80
86
ghcr.io/${{ env.LOWERCASE_REPO }}:latest
81
87
ghcr.io/${{ env.LOWERCASE_REPO }}:${{ github.sha }}
82
- labels: ${{ steps.meta.outputs.labels }}
88
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments