Skip to content

Commit

Permalink
improve
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 4c0e428 commit 7841d31
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/python-api-diffusers-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@ jobs:
uses: docker/metadata-action@v5.5.1
with:
images: ghcr.io/${{ env.CONTAINER_REPO }}
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v1
# Is this step useful ? Do we really support multi arch / cross compiling ?
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.1
with:
python-version: "3.8"
- name: Install dependencies
run: |
pip install --upgrade pip
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5.1.1
# with:
# python-version: "3.8"
# - name: Install dependencies
# run: |
# pip install --upgrade pip
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6.5.0
Expand Down

0 comments on commit 7841d31

Please sign in to comment.