Skip to content

Commit

Permalink
Merge pull request #17 from snakepacker/update-build-action
Browse files Browse the repository at this point in the history
Update docker-image.yml
  • Loading branch information
mosquito committed Aug 22, 2024
2 parents 8744d9a + db4b2b4 commit d625abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
username: mosquito
password: ${{ secrets.DH_TOKEN }}

- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
with:
context: ${{ matrix.image.context }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand All @@ -55,7 +55,7 @@ jobs:
pull: true
shm-size: 4G
tags: ghcr.io/snakepacker/python/${{ matrix.image.tag }},ghcr.io/snakepacker/python:${{ matrix.image.tag }},snakepacker/python:${{ matrix.image.tag }}

visibility: public

images:
needs: base
Expand Down

0 comments on commit d625abe

Please sign in to comment.