Minor alpine build fix

This commit is contained in:
Pau Rodriguez-Estivill
2021-03-07 14:54:06 +01:00
parent ef54bd18d3
commit a2927fec09
3 changed files with 5 additions and 4 deletions
+2
View File
@@ -22,3 +22,5 @@ BUILDREV=$(git rev-parse --short HEAD)
echo "Starting building and publish revision $BUILDREV..."
export BUILDREV
docker buildx bake --pull --push -f "$TMPFILE"
echo "Successfully build and pushed."