Skip to content

Commit 17ffddf

Browse files
authored
Update docker.yml
1 parent 704df30 commit 17ffddf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: 'Checkout'
2525
uses: actions/checkout@v4
2626

27+
- name: 'Login to DockerHub Container Registry'
28+
uses: docker/login-action@v3
29+
with:
30+
username: ${{ secrets.DOCKERHUB_USERNAME }}
31+
password: ${{ secrets.DOCKERHUB_TOKEN }}
32+
2733
- name: 'Login to GitHub Container Registry'
2834
uses: docker/login-action@v3
2935
with:
@@ -45,4 +51,5 @@ jobs:
4551
platforms: linux/arm64, linux/amd64
4652
push: true
4753
tags: |
54+
monkeysoft/php:8.3-apache
4855
ghcr.io/monkeysoftnl/docker-php:8.3-apache

0 commit comments

Comments
 (0)