Skip to content

Commit 97d9210

Browse files
committed
#39 [docker public hub] fix: remove redundant env variable in php image
1 parent 4885d47 commit 97d9210

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/php-docker-public.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ permissions:
88
env:
99
IMAGE_NAME: ${{ secrets.IMAGE_NAME }}
1010
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
11-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
1211
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
1312

1413
jobs:
@@ -47,7 +46,6 @@ jobs:
4746
registry: https://index.docker.io/v1/
4847
username: ${{ env.DOCKERHUB_USERNAME }}
4948
password: ${{ env.DOCKERHUB_PASSWORD }}
50-
token: ${{ env.DOCKERHUB_TOKEN }}
5149

5250
- name: Get latest version tag
5351
id: get_version

0 commit comments

Comments
 (0)