We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704df30 commit 17ffddfCopy full SHA for 17ffddf
.github/workflows/docker.yml
@@ -24,6 +24,12 @@ jobs:
24
- name: 'Checkout'
25
uses: actions/checkout@v4
26
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
+
33
- name: 'Login to GitHub Container Registry'
34
uses: docker/login-action@v3
35
with:
@@ -45,4 +51,5 @@ jobs:
45
51
platforms: linux/arm64, linux/amd64
46
52
push: true
47
53
tags: |
54
+ monkeysoft/php:8.3-apache
48
55
ghcr.io/monkeysoftnl/docker-php:8.3-apache
0 commit comments