Skip to content

Commit 86ab72d

Browse files
Update porter_stack_stefan-testcachemultistep.yml
1 parent 3e8cd38 commit 86ab72d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/porter_stack_stefan-testcachemultistep.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
timeout-minutes: 30
3535
run: |
3636
docker buildx create --use
37-
porter apply
37+
docker buildx build . -f=DockerfileStefanTest --tag=813111008191.dkr.ecr.us-east-2.amazonaws.com/stefan-testcachemultistep:3449eb3a184ca759a4ce41a1b3044c85aa3870ee --cache-from=type=gha --cache-to=type=gha,mode=max --platform=linux/amd64
38+
# porter apply
3839
env:
3940
PORTER_CLUSTER: "11"
4041
PORTER_DEPLOYMENT_TARGET_ID: b4d65cbc-45ec-43e1-9e44-d58cb5de3352
@@ -49,5 +50,5 @@ jobs:
4950
DOCKER_BUILDKIT: "1"
5051
BUILDKIT_INLINE_CACHE: "1"
5152
# PORTER_BUILDKIT_ARGS:
52-
PORTER_BUILDKIT_COMPLETE_OVERRIDE: buildx build . -f=DockerfileStefanTest --tag=813111008191.dkr.ecr.us-east-2.amazonaws.com/stefan-testcachemultistep:3449eb3a184ca759a4ce41a1b3044c85aa3870ee --cache-from=type=gha --cache-to=type=gha,mode=max --platform=linux/amd64
53+
# PORTER_BUILDKIT_COMPLETE_OVERRIDE:
5354
# --cache-from type=gha --cache-to type=gha,mode=max --push

0 commit comments

Comments
 (0)