Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fcogomez authored Mar 28, 2024
1 parent 356bc53 commit 14428b3
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@ name: Publish Docker image

on:
push:
branches:
- 'main'
paths:
- '.github/workflows/**'
- 'Dockerfile'
- '.zshrc'
- 'extra_downloads.yml'
- 'extra_model_paths.yml'
- 'run_comfy'
tags: 'v*'
tags:
- "v*.*.*"
pull_request:
branches:
- 'main'
Expand All @@ -22,8 +14,9 @@ on:
- 'extra_downloads.yml'
- 'extra_model_paths.yml'
- 'run_comfy'
tags: 'v*'

tags:
- "v*.*.*"

workflow_dispatch:

jobs:
Expand Down Expand Up @@ -93,4 +86,4 @@ jobs:
labels: ${{ steps.docker_meta.outputs.labels }}

- name: Show image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 14428b3

Please sign in to comment.