👷 Use the multi-arch dockerfile

This commit is contained in:
Alicia Sykes 2021-08-15 13:53:33 +01:00
parent 26305693ec
commit a6901345b5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
# Build the image from default Dockerfile
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
run: docker build . --file docker/Dockerfile-multi-arch --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
# Push build image
- name: Push image