Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Gordiancyber
Copy link

id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
with:
images: ghcr.io/Gordiancyber/recipe-stable-diffusion-2-1

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?

Copy link
Author

@Gordiancyber Gordiancyber Mar 31, 2023

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.

Copy link
Author

@Gordiancyber Gordiancyber Mar 31, 2023

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants