forked from phoenix/litellm-mirror
Update ghcr_deploy.yml
This commit is contained in:
parent
7621483406
commit
38be2afced
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ghcr_deploy.yml
vendored
4
.github/workflows/ghcr_deploy.yml
vendored
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
name: Create and publish a Docker image
|
||||
|
||||
# Configures this workflow to run every time a change is pushed to the branch called `release`.
|
||||
on:
|
||||
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.
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue