Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com>
  • Loading branch information
oOraph committed Aug 5, 2024
1 parent eeccb3e commit 6dedc25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-api-diffusers-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
paths:
- ".github/workflows/python-api-diffusers-cd.yaml"
- "docker_images/diffusers/**"
concurrency:
group: diffusers-cd-${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,6 +54,6 @@ jobs:
file: docker_images/diffusers/Dockerfile.test
push: true
platforms: 'linux/amd64'
tags: ghcr.io/${{ env.CONTAINER_REPO }}:diffusers-${{ env.GITHUB_SHA_SHORT || steps.meta-pr.outputs.tags }}
tags: ghcr.io/${{ env.CONTAINER_REPO }}/diffusers:${{ env.GITHUB_SHA_SHORT || steps.meta-pr.outputs.tags }}
labels: ${{ steps.meta.outputs.labels || steps.meta-pr.outputs.labels }}
# TODO: cache-from/cache-to

0 comments on commit 6dedc25

Please sign in to comment.