We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc14c82 commit 330e6eaCopy full SHA for 330e6ea
.github/workflows/_build.yaml
@@ -50,8 +50,8 @@ jobs:
50
push: true
51
builder: ${{ steps.buildx.outputs.name }}
52
tags: ${{ steps.login-ecr.outputs.registry }}/${{ secrets.aws-ecr-repo-name }}:${{ inputs.deploy-env }}-${{ inputs.image-tags }}
53
- file: ./etl/Dockerfile.extract
54
- context: ./
+ file: ./Dockerfile.extract
+ context: ./etl
55
cache-from: type=gha
56
cache-to: type=gha,mode=max
57
0 commit comments