Compare commits

...

1 Commits

Author SHA1 Message Date
Jesse Newland
2d250d5e06 Fix release build (#122) 2020-10-14 08:43:14 +09:00

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 \