Browse Source

CI: fix invalid variable warning

tags/v2.8.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
759696836e
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      .github/workflows/docker-image.yml

+ 0
- 1
.github/workflows/docker-image.yml View File

@@ -31,7 +31,6 @@ jobs:
31 31
         uses: docker/build-push-action@v2
32 32
         with:
33 33
           context: .
34
-          github_token: ${{ secrets.GITHUB_TOKEN }}
35 34
           push: ${{ github.event_name != 'pull_request' }}
36 35
           tags: ${{ steps.meta.outputs.tags }}
37 36
           labels: ${{ steps.meta.outputs.labels }}

Loading…
Cancel
Save