We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1740d76 commit cd21ec9Copy full SHA for cd21ec9
1 file changed
.github/workflows/dev.yaml
@@ -80,7 +80,7 @@ jobs:
80
env:
81
DOCKER_BUILDKIT: 1
82
run: |
83
- docker build -f ./docker/Dockerfile --target phlow \
+ docker build -f ./docker/Dockerfile . \
84
-t ghcr.io/${{ github.repository_owner }}/phlow:dev-glibc \
85
-t ghcr.io/${{ github.repository_owner }}/phlow:dev \
86
-t ghcr.io/${{ github.repository_owner }}/phlow:${{ needs.tag.outputs.tag }} .
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
-t lowcarboncode/phlow:dev-glibc \
108
-t lowcarboncode/phlow:dev \
109
-t lowcarboncode/phlow:${{ needs.tag.outputs.tag }} .
0 commit comments