Skip to content

Commit

Permalink
Fix release build (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland authored Oct 13, 2020
1 parent 231cde1 commit 2d250d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Build Container Image
env:
DOCKERHUB_USERNAME: ${{ github.repository_owner }}
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
Expand Down

0 comments on commit 2d250d5

Please sign in to comment.