Allow manual docker builds

This commit is contained in:
Riordan Panayides 2022-11-05 13:10:34 +00:00
parent fcfb1e8823
commit 2b8e976956
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: Publish Docker Image to GCR
#0
on:
push:
branches: [dev,main]
@ -14,6 +14,7 @@ on:
required: true
GCR_SA_KEY:
required: true
workflow_dispatch:
env:
PROJECT_ID: ${{ secrets.GCR_PROJECT }}