Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLieutenant authored Jun 10, 2024
1 parent 273a513 commit 704a67b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push API
id: docker_build_zts
uses: docker/build-push-action@v4
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
build-args: |
PHP_VERSION=${{ github.event.inputs.php }}
PHP_ZTS=${{ github.event.inputs.zts }}
PHP_DEBUG="yes"
PHP_DEBUG="yes"

0 comments on commit 704a67b

Please sign in to comment.