We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae5013 commit 63b22a3Copy full SHA for 63b22a3
.github/workflows/release.yaml
@@ -46,8 +46,7 @@ jobs:
46
with:
47
tag: ${{ github.ref }}
48
name: ${{ github.ref }}
49
- env:
50
- GH_TOKEN: '${{ steps.generate-github-token.outputs.token }}'
+ token: ${{ steps.generate-github-token.outputs.token }}
51
52
- name: Build Docker image
53
run: docker build -t ghcr.io/${{ github.repository }}:${{ github.ref }} .
0 commit comments