Skip to content

Commit

Permalink
minor fallback from buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
aasdhajkshd committed Nov 18, 2023
1 parent e905035 commit b6976f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
echo `git show --format="%h" HEAD | head -1` > build_info.txt
echo `git rev-parse --abbrev-ref HEAD` >> build_info.txt

docker buildx build --push -t $USERNAME/ui:logging .
docker build -t $USER_NAME/ui:logging .

0 comments on commit b6976f1

Please sign in to comment.