From 704a67b727393dd537fff01a53120b346c93df6f Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Mon, 10 Jun 2024 18:36:45 +0200 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"