Fix release build (#122)

This commit is contained in:
Jesse Newland
2020-10-13 18:43:14 -05:00
committed by GitHub
parent 231cde1531
commit 2d250d5e06

View File

@@ -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 \