Skip to content

Commit be6ebb9

Browse files
authored
Update docker-image.yml
1 parent 23f35fd commit be6ebb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
password: ${{ secrets.DOCKER_PASSWORD }}
3131
# Build & Publish
3232
- name: Build & Publish Docker Image
33-
run: DOCKER_REGISTRY=${{ secrets.DOCKER_USERNAME }} bash build.sh
33+
run: MULTIARCH=1 DOCKER_REGISTRY=${{ secrets.DOCKER_USERNAME }} bash build.sh

0 commit comments

Comments
 (0)