Skip to content

Commit f3cebaa

Browse files
committed
fix iam stupid
1 parent 31e81a9 commit f3cebaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
id: build_image
4343
uses: redhat-actions/buildah-build@main
4444
with:
45-
image: ${{ env.IMAGE_NAMESPACE }} latest
46-
tags: ${{ env.IMAGE_TAGS }}
45+
image: ${{ env.IMAGE_NAMESPACE }}
46+
tags: ${{ env.IMAGE_TAGS }} latest
4747
platforms: linux/386, linux/amd64
4848
containerfiles: |
4949
./Dockerfile.gh

0 commit comments

Comments
 (0)