File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 env :
8181 DOCKER_BUILDKIT : 1
8282 run : |
83- docker build -f ./docker/Dockerfile.multi --target phlow \
83+ docker build -f ./docker/Dockerfile --target phlow \
8484 -t ghcr.io/${{ github.repository_owner }}/phlow:dev-glibc \
8585 -t ghcr.io/${{ github.repository_owner }}/phlow:dev \
8686 -t ghcr.io/${{ github.repository_owner }}/phlow:${{ needs.tag.outputs.tag }} .
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 env :
116116 DOCKER_BUILDKIT : 1
117117 run : |
118- docker build -f ./docker/Dockerfile.multi --target phlow \
118+ docker build -f ./docker/Dockerfile --target phlow \
119119 -t ghcr.io/${{ github.repository_owner }}/phlow:nightly-glibc \
120120 -t ghcr.io/${{ github.repository_owner }}/phlow:nightly \
121121 -t ghcr.io/${{ github.repository_owner }}/phlow:${{ needs.tag.outputs.tag }} .
Original file line number Diff line number Diff line change 7676 env :
7777 DOCKER_BUILDKIT : 1
7878 run : |
79- docker build -f ./docker/Dockerfile.multi --target phlow \
79+ docker build -f ./docker/Dockerfile --target phlow \
8080 -t ghcr.io/${{ github.repository_owner }}/phlow:glibc \
8181 -t ghcr.io/${{ github.repository_owner }}/phlow:busybox \
8282 -t ghcr.io/${{ github.repository_owner }}/phlow:latest \
You can’t perform that action at this time.
0 commit comments