Skip to content

Commit

Permalink
feat: fly.io vm
Browse files Browse the repository at this point in the history
  • Loading branch information
kristobalus committed Dec 1, 2023
1 parent 53f1bd9 commit 66461fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-image-fly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ docker buildx build -f ./Dockerfile.fly \

# commented out to keep cached layers
# docker buildx rm buildx_instance
docker tag $IMAGE:$VERSION $IMAGE:latest-fly
docker push $IMAGE:latest-fly
# docker tag $IMAGE:$VERSION $IMAGE:latest-fly
# docker push $IMAGE:latest-fly

docker image prune -f --filter label=build-tag=build-artifact

0 comments on commit 66461fc

Please sign in to comment.