-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created a stable-diffusion-recipe image package #1
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/recipe-build.yml
Outdated
id: docker_meta | ||
uses: crazy-max/ghaction-docker-meta@v1 | ||
with: | ||
images: ghcr.io/Gordiancyber/recipe-stable-diffusion-2-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this other repo included in this salad repo script?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay. This repo relies on the availability of third-party GitHub Actions (crazy-max/ghaction-docker-meta, docker/setup-qemu-action, docker/setup-buildx-action, and docker/login-action). I’ll effect any changes and make another PR for it if you need that. But still this is still runnable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, this repo for stable diffusion would exist in the recipe repo as a part of it? I'm asking so I know the placement of this repo as others would come in too.
This workflow still does the same thing as the previous workflow that was written. It builds a Docker image from a Dockerfile and pushes it to GHCR. Also, it does not use any third-party actions. it is less likely to break due to changes in the actions. It also installs the `docker-buildx` CLI plugin, which allows anyone to build multiple images.
I would recommend we use this third party as the run gets interrupted for each build that is made.
Here is the link to the package: https://github.com/Gordiancyber/recipe-stable-diffusion-2-1/pkgs/container/recipe-stable-diffusion-2-1