Skip to content

Commit 0db516b

Browse files
author
nkowenski
committed
fix same ids in build
1 parent 8af7031 commit 0db516b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-alt.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt-get install -y rustc
4141
4242
- name: Build alt Image armv5
43-
id: build_alt_image
43+
id: build_alt_imagev5
4444
uses: redhat-actions/buildah-build@main
4545
with:
4646
image: ${{ env.IMAGE_NAMESPACE }}
@@ -50,7 +50,7 @@ jobs:
5050
./Dockerfile-others.gh
5151
5252
- name: Build alt Image s390
53-
id: build_alt_image
53+
id: build_alt_image390
5454
uses: redhat-actions/buildah-build@main
5555
with:
5656
image: ${{ env.IMAGE_NAMESPACE }}
@@ -60,7 +60,7 @@ jobs:
6060
./Dockerfile-others.gh
6161
6262
- name: Build alt Image armv8
63-
id: build_alt_image
63+
id: build_alt_imagev8
6464
uses: redhat-actions/buildah-build@main
6565
with:
6666
image: ${{ env.IMAGE_NAMESPACE }}
@@ -70,7 +70,7 @@ jobs:
7070
./Dockerfile-others.gh
7171
7272
- name: Build alt Image armv7
73-
id: build_alt_image
73+
id: build_alt_imagev7
7474
uses: redhat-actions/buildah-build@main
7575
with:
7676
image: ${{ env.IMAGE_NAMESPACE }}

0 commit comments

Comments
 (0)