Skip to content

Commit

Permalink
🏗 Updates path to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 3, 2024
1 parent 02923fa commit 502d34e
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 @@ -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
Expand Down

0 comments on commit 502d34e

Please sign in to comment.