Skip to content

Commit 2d250d5

Browse files
authored
Fix release build (#122)
1 parent 231cde1 commit 2d250d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_ACCESS_TOKEN }}
4343

4444
- name: Build Container Image
45+
env:
46+
DOCKERHUB_USERNAME: ${{ github.repository_owner }}
4547
run: |
4648
docker buildx build \
4749
--platform linux/amd64,linux/arm64 \

0 commit comments

Comments
 (0)