Skip to content

Commit 33cddfe

Browse files
committed
fix: docker
1 parent 441f792 commit 33cddfe

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
@@ -52,8 +52,8 @@ jobs:
5252
tags: ${{ steps.login-ecr.outputs.registry }}/${{ secrets.aws-ecr-repo-name }}:${{ inputs.deploy-env }}-${{ inputs.image-tags }}
5353
file: ./etl/Dockerfile.extract
5454
context: ./
55-
cache-from: type=gha
56-
cache-to: type=gha,mode=max
55+
# cache-from: type=gha
56+
# cache-to: type=gha,mode=max
5757

5858

5959

0 commit comments

Comments
 (0)