diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index db81d4606..ca3ba5333 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 @@ -72,4 +72,4 @@ jobs: build-args: | PHP_VERSION=${{ github.event.inputs.php }} PHP_ZTS=${{ github.event.inputs.zts }} - PHP_DEBUG="yes" \ No newline at end of file + PHP_DEBUG="yes"