We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5e670 commit e5a6ec5Copy full SHA for e5a6ec5
1 file changed
.github/workflows/dev.yaml
@@ -28,7 +28,7 @@ jobs:
28
env:
29
DOCKER_BUILDKIT: 1
30
run: |
31
- docker build -f ./docker/Dockerfile . \
+ docker build -f ./docker/Dockerfile \
32
-t ghcr.io/${{ github.repository_owner }}/phlow:dev-glibc \
33
-t ghcr.io/${{ github.repository_owner }}/phlow:dev \
34
-t ghcr.io/${{ github.repository_owner }}/phlow:${{ needs.tag.outputs.tag }} .
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
-t lowcarboncode/phlow:dev-glibc \
55
-t lowcarboncode/phlow:dev \
56
-t lowcarboncode/phlow:${{ needs.tag.outputs.tag }} .
0 commit comments