Skip to content

Commit 330e6ea

Browse files
committed
fix: path
1 parent bc14c82 commit 330e6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
push: true
5151
builder: ${{ steps.buildx.outputs.name }}
5252
tags: ${{ steps.login-ecr.outputs.registry }}/${{ secrets.aws-ecr-repo-name }}:${{ inputs.deploy-env }}-${{ inputs.image-tags }}
53-
file: ./etl/Dockerfile.extract
54-
context: ./
53+
file: ./Dockerfile.extract
54+
context: ./etl
5555
cache-from: type=gha
5656
cache-to: type=gha,mode=max
5757

0 commit comments

Comments
 (0)