Skip to content

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
Co-authored-by: John McBride <[email protected]>
  • Loading branch information
nickytonline and jpmcb authored Aug 27, 2024
1 parent 2960488 commit a7cb4ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ build-windows-arm64:
# Builds the container and marks it tagged as "dev" locally
build-container:
docker build \
--build-arg VERSION=$(git describe --tags --always) \
--build-arg SHA=$(git rev-parse HEAD) \
--build-arg DATETIME=$(date -u +"%Y-%m-%d %H:%M:%S") \
--build-arg VERSION="$(git describe --tags --always)" \
--build-arg SHA="$(git rev-parse HEAD)" \
--build-arg DATETIME="$(date -u +'%Y-%m-%d %H:%M:%S')" \
-t pizza:dev .

clean:
Expand Down

0 comments on commit a7cb4ed

Please sign in to comment.