Update ghcr_deploy.yml

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

View file

@ -1,10 +1,10 @@
# #
name: Create and publish a Docker image name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on: on:
push: push:
branches: ['release'] branches:
- 'main'
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env: env: