mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update Docker Hub description
This commit is contained in:
parent
c52d11b24c
commit
7bc0f7cc6c
10
.github/workflows/build-container.yml
vendored
10
.github/workflows/build-container.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=${{ matrix.flavor == 'cuda' && github.ref == 'refs/heads/main' }}
|
latest=${{ matrix.flavor == 'cuda' && github.ref == 'refs/heads/main' }}
|
||||||
suffix=-${{ matrix.flavor }},onlatest=false
|
suffix=-${{ matrix.flavor }},onlatest=false
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
@ -91,6 +92,15 @@ jobs:
|
|||||||
type=registry,ref=ghcr.io/${{ github.repository }}:main-${{ matrix.flavor }}
|
type=registry,ref=ghcr.io/${{ github.repository }}:main-${{ matrix.flavor }}
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
|
- name: Docker Hub Description
|
||||||
|
if: github.event_name != 'pull_request' && vars.DOCKER_HUB != ''
|
||||||
|
uses: peter-evans/dockerhub-description@v3
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
repository: ${{ vars.DOCKER_HUB }}
|
||||||
|
short-description: ${{ github.event.repository.description }}
|
||||||
|
|
||||||
- name: Output image, digest and metadata to summary
|
- name: Output image, digest and metadata to summary
|
||||||
run: |
|
run: |
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user