🏗 Updates path to Dockerfile

This commit is contained in:
Alicia Sykes 2024-03-03 20:21:40 +00:00
parent 02923fa64c
commit 502d34e460
1 changed files with 1 additions and 1 deletions

View File

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