Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchross committed Oct 24, 2024
1 parent 997c350 commit 6cdc4f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Publish
name: Docker Publish ComfyUI

on:
schedule:
Expand All @@ -11,7 +11,8 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
# Customize the image name to specifically mention comfyui
IMAGE_NAME: ${{ github.repository }}-comfyui

jobs:
build:
Expand Down Expand Up @@ -47,6 +48,13 @@ jobs:
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# Customize the tags
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=sha
- name: Build and push Docker image
id: build-and-push
Expand Down
4 changes: 2 additions & 2 deletions infra/database/cnpg-zalando/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ resources:
- ns.yaml
- config-map.yaml
- external-secret.yaml
#- http-route.yaml
# - ui-service.yaml
- http-route.yaml
- ui-service.yaml

helmCharts:
- name: postgres-operator
Expand Down

0 comments on commit 6cdc4f4

Please sign in to comment.