Update ghcr_deploy.yml

This commit is contained in:
Ishaan Jaff 2023-12-02 17:46:00 -08:00 committed by GitHub
parent 584e8b6784
commit 239f3d6029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,10 @@
name: Create and publish a Docker image
on:
push:
branches:
- 'main'
workflow_dispatch:
inputs:
tag:
description: "The tag version you want to build"
# Defines two custom environment variables for the workflow. Used for the Container registry domain, and a name for the Docker image that this workflow builds.
env: