diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index eb67d66a..2b1fdd41 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -31,7 +31,6 @@ jobs: uses: docker/build-push-action@v2 with: context: . - github_token: ${{ secrets.GITHUB_TOKEN }} push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}