Skip to content

Commit

Permalink
Fix build file name
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Mar 25, 2023
1 parent f874fec commit e76db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "Default registry: GHCR"
echo "Build latest Unit Image"
docker build -f Dockerfile.nunit . -t $IMAGE_NAME:unit-latest
docker build -f Dockerfile.unit . -t $IMAGE_NAME:unit-latest
echo "Build latest Apache Image"
docker build -f Dockerfile.apache . -t $IMAGE_NAME:apache-latest
Expand Down

0 comments on commit e76db7b

Please sign in to comment.