Skip to content

Commit 6a012f8

Browse files
committed
revert: use build-push-action@v5 for GPU jobs (v6 causes SIGTERM in dry-run)
1 parent a3e55a9 commit 6a012f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Build and push image (gpu)
9999
if: ${{ matrix.config.name == 'gpu' }}
100-
uses: docker/build-push-action@v6
100+
uses: docker/build-push-action@v5
101101
with:
102102
builder: default
103103
context: /mnt/share

0 commit comments

Comments
 (0)