Skip to content

Commit ac6cb2e

Browse files
committed
fix(base): move ‹archs› to correct action
Signed-off-by: Matej Focko <[email protected]>
1 parent a6ea9a2 commit ac6cb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-image-rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
containerfiles: ${{ matrix.containerfile }}
3434
image: base
3535
tags: ${{ matrix.tags }}
36+
archs: amd64, arm64, ppc64le
3637
# Uncomment once we stop using oc cluster up for tests
3738
# oci: true
3839

@@ -41,7 +42,6 @@ jobs:
4142
with:
4243
image: ${{ steps.build-image.outputs.image }}
4344
tags: ${{ steps.build-image.outputs.tags }}
44-
archs: amd64, arm64, ppc64le
4545
registry: quay.io/packit
4646
username: ${{ secrets.QUAY_IMAGE_BUILDER_USERNAME }}
4747
password: ${{ secrets.QUAY_IMAGE_BUILDER_TOKEN }}

0 commit comments

Comments
 (0)