Skip to content

Commit

Permalink
Merge branch 'new-docker-setup' of https://github.com/ComfyWorkflows/…
Browse files Browse the repository at this point in the history
…comfyui-launcher into new-docker-setup
  • Loading branch information
dylanintech committed Mar 9, 2024
2 parents 6ecb294 + 974bfe2 commit 683453b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/bake-docker-image-new-docker-setup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: bake-docker-image-new-docker-setup

on:
push:
branches: [ new-docker-setup ]
pull_request:
branches: [ new-docker-setup ]


jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: thecooltechguy/comfyui_launcher:new-docker-setup
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ComfyUI Launcher (BETA)

Run any ComfyUI workflow w/ **ZERO setup**.

Need help? Join our Discord!
Expand Down

0 comments on commit 683453b

Please sign in to comment.