Skip to content

Commit 2ed6ff8

Browse files
committed
debug
1 parent 43af09b commit 2ed6ff8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/docker-ci-base-image.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker CI
1+
name: Docker Base Image CI
22

33
on:
44
push:
@@ -32,11 +32,6 @@ jobs:
3232
with:
3333
deep-clean: false
3434
root-reserve-mb: 20480
35-
- name: Setup QEMU
36-
uses: docker/setup-qemu-action@v3
37-
with:
38-
image: tonistiigi/binfmt:qemu-v7.0.0
39-
platforms: "arm64"
4035
- name: Setup Buildx
4136
uses: docker/setup-buildx-action@v3
4237
- name: Login DockerHub

.github/workflows/docker-ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Base Image CI
1+
name: Docker CI
22

33
on:
44
push:
@@ -15,12 +15,11 @@ on:
1515
- "Dockerfile.rocm.base"
1616
pull_request:
1717
branches: [main]
18-
paths-ignore:
19-
- "Dockerfile.rocm.base"
2018
paths:
2119
- "Dockerfile"
2220
- "Dockerfile.*"
2321
- ".github/workflows/docker-ci.yaml"
22+
- "!Dockerfile.rocm.base"
2423

2524
jobs:
2625
publish-docker:

0 commit comments

Comments
 (0)