Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentaljaard committed Apr 8, 2021
1 parent af167ae commit 71035aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build the Docker image
run: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker build -t "${DOCKER_CONTAINER}:${{ github.sha }}" --platform ${DOCKER_ARCH} --pull .
docker build -t "${DOCKER_CONTAINER}:${{ github.sha }}" --platform ${DOCKER_ARCH} --pull -f Dockerfile.multiarch-aarch64 .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build the Docker image
run: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker build -t "${DOCKER_CONTAINER}:${{ steps.get_version.outputs.VERSION }}" --platform ${DOCKER_ARCH} --pull .
docker build -t "${DOCKER_CONTAINER}:${{ steps.get_version.outputs.VERSION }}" --platform ${DOCKER_ARCH} --pull -f Dockerfile.multiarch-aarch64 .
- name: Push To Quay
id: push-to-quay
Expand Down

0 comments on commit 71035aa

Please sign in to comment.