Skip to content

Commit cd21ec9

Browse files
committed
fix: corrigir comando de build do Docker para usar o contexto correto
1 parent 1740d76 commit cd21ec9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
DOCKER_BUILDKIT: 1
8282
run: |
83-
docker build -f ./docker/Dockerfile --target phlow \
83+
docker build -f ./docker/Dockerfile . \
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 }} .
@@ -103,7 +103,7 @@ jobs:
103103
env:
104104
DOCKER_BUILDKIT: 1
105105
run: |
106-
docker build -f ./docker/Dockerfile --target phlow \
106+
docker build -f ./docker/Dockerfile . \
107107
-t lowcarboncode/phlow:dev-glibc \
108108
-t lowcarboncode/phlow:dev \
109109
-t lowcarboncode/phlow:${{ needs.tag.outputs.tag }} .

0 commit comments

Comments
 (0)