We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441f792 commit 33cddfeCopy full SHA for 33cddfe
.github/workflows/_build.yaml
@@ -52,8 +52,8 @@ jobs:
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: ./
55
- cache-from: type=gha
56
- cache-to: type=gha,mode=max
+# cache-from: type=gha
+# cache-to: type=gha,mode=max
57
58
59
0 commit comments