From 6cdc4f47f35b7cfd8d9d49e9e68b3d03b28eec24 Mon Sep 17 00:00:00 2001 From: Mitch Ross Date: Thu, 24 Oct 2024 17:48:47 -0400 Subject: [PATCH] up --- .github/workflows/docker-publish.yml | 12 ++++++++++-- infra/database/cnpg-zalando/kustomization.yaml | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index aa9039e7..3954e76b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,4 +1,4 @@ -name: Docker Publish +name: Docker Publish ComfyUI on: schedule: @@ -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: @@ -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 diff --git a/infra/database/cnpg-zalando/kustomization.yaml b/infra/database/cnpg-zalando/kustomization.yaml index 72be1b54..d4f1fc6b 100644 --- a/infra/database/cnpg-zalando/kustomization.yaml +++ b/infra/database/cnpg-zalando/kustomization.yaml @@ -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