diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index efa49b2..973cf68 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: - name: Log into Docker Hub uses: docker/login-action@v1 with: - username: secrets.DOCKERHUB_USERNAME + username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} - name: Build and push Docker image