Skip to content

Commit

Permalink
fix same ids in build
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Sep 25, 2024
1 parent 8af7031 commit 0db516b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-alt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo apt-get install -y rustc
- name: Build alt Image armv5
id: build_alt_image
id: build_alt_imagev5
uses: redhat-actions/buildah-build@main
with:
image: ${{ env.IMAGE_NAMESPACE }}
Expand All @@ -50,7 +50,7 @@ jobs:
./Dockerfile-others.gh
- name: Build alt Image s390
id: build_alt_image
id: build_alt_image390
uses: redhat-actions/buildah-build@main
with:
image: ${{ env.IMAGE_NAMESPACE }}
Expand All @@ -60,7 +60,7 @@ jobs:
./Dockerfile-others.gh
- name: Build alt Image armv8
id: build_alt_image
id: build_alt_imagev8
uses: redhat-actions/buildah-build@main
with:
image: ${{ env.IMAGE_NAMESPACE }}
Expand All @@ -70,7 +70,7 @@ jobs:
./Dockerfile-others.gh
- name: Build alt Image armv7
id: build_alt_image
id: build_alt_imagev7
uses: redhat-actions/buildah-build@main
with:
image: ${{ env.IMAGE_NAMESPACE }}
Expand Down

0 comments on commit 0db516b

Please sign in to comment.