Skip to content

Commit d625abe

Browse files
authored
Merge pull request #17 from snakepacker/update-build-action
Update docker-image.yml
2 parents 8744d9a + db4b2b4 commit d625abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
username: mosquito
4646
password: ${{ secrets.DH_TOKEN }}
4747

48-
- uses: docker/build-push-action@v2
48+
- uses: docker/build-push-action@v3
4949
with:
5050
context: ${{ matrix.image.context }}
5151
platforms: linux/amd64,linux/arm64,linux/arm/v7
@@ -55,7 +55,7 @@ jobs:
5555
pull: true
5656
shm-size: 4G
5757
tags: ghcr.io/snakepacker/python/${{ matrix.image.tag }},ghcr.io/snakepacker/python:${{ matrix.image.tag }},snakepacker/python:${{ matrix.image.tag }}
58-
58+
visibility: public
5959

6060
images:
6161
needs: base

0 commit comments

Comments
 (0)