We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231cde1 commit 2d250d5Copy full SHA for 2d250d5
.github/workflows/release.yml
@@ -42,6 +42,8 @@ jobs:
42
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_ACCESS_TOKEN }}
43
44
- name: Build Container Image
45
+ env:
46
+ DOCKERHUB_USERNAME: ${{ github.repository_owner }}
47
run: |
48
docker buildx build \
49
--platform linux/amd64,linux/arm64 \
0 commit comments