Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Jan 22, 2025
1 parent 71f5620 commit 28f6c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cp requirements.txt ./docker
echo "FULL_TAG=$FULL_TAG"
docker build ./docker \
--build-arg="TARGET_ARCH=${{matrix.ARCH}}"
--build-arg="TARGET_ARCH=${{matrix.ARCH}}" \
--file "${{matrix.dockerfile}}" \
--tag "$FULL_TAG" \
--label "runnumber=${GITHUB_RUN_ID}"
Expand Down

0 comments on commit 28f6c49

Please sign in to comment.