Skip to content

Commit

Permalink
👷 Use the multi-arch dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Aug 15, 2021
1 parent 2630569 commit a690134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a690134

Please sign in to comment.