Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .harness/harness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pipeline:
repo: plugins/buildx
tags:
- linux-amd64
caching: true
caching: false
dockerfile: docker/docker/Dockerfile.linux.amd64
when:
stageStatus: Success
Expand Down Expand Up @@ -201,7 +201,7 @@ pipeline:
repo: plugins/buildx-heroku
tags:
- linux-amd64
caching: true
caching: false
dockerfile: docker/heroku/Dockerfile.linux.amd64
when:
stageStatus: Success
Expand Down Expand Up @@ -281,7 +281,7 @@ pipeline:
repo: plugins/buildx
tags:
- linux-arm64
caching: true
caching: false
dockerfile: docker/docker/Dockerfile.linux.arm64
when:
stageStatus: Success
Expand Down Expand Up @@ -361,7 +361,7 @@ pipeline:
repo: plugins/buildx-heroku
tags:
- linux-arm64
caching: true
caching: false
dockerfile: docker/heroku/Dockerfile.linux.arm64
when:
stageStatus: Success
Expand Down