Skip to content

Commit

Permalink
Revert "adjusting build hook for docker hub automated builds (#275)"
Browse files Browse the repository at this point in the history
This reverts commit 9812cf6.
  • Loading branch information
Denan Musinovic committed Aug 8, 2023
1 parent c8f96f3 commit 81a38b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/hooks/build
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker build --file $DOCKERFILE_PATH --tag $IMAGE_NAME .
docker build --target $TARGET_NAME --file $DOCKERFILE_PATH --tag $IMAGE_NAME .

0 comments on commit 81a38b9

Please sign in to comment.