Skip to content

Commit 9b94ebd

Browse files
committed
Use environment for pushing to Docker Hub
1 parent 55e8880 commit 9b94ebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
docker-args: "--platform linux/s390x"
4949
- image: "ubuntu-24.04-noble-arm64v8"
5050
os: "ubuntu-24.04-arm"
51+
environment:
52+
name: docker-hub-push
53+
url: https://hub.docker.com/u/pythonpillow
5154

5255
steps:
5356
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)