We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3effe3b + 42f981e commit 5d75f36Copy full SHA for 5d75f36
1 file changed
.github/workflows/release.yml
@@ -44,6 +44,9 @@ jobs:
44
shell: bash
45
- name: Build package
46
run: ./gradlew --console=colored build -x test
47
+ env:
48
+ GITHUB_USER_NAME: ${{ github.actor }}
49
+ GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
- name: Build Docker image
51
uses: aboutbits/github-actions-docker/build-push@v1
52
with:
0 commit comments