We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f484b0 commit 4898043Copy full SHA for 4898043
1 file changed
.github/workflows/image-publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
id: build-image
20
uses: redhat-actions/buildah-build@v2
21
with:
22
- image: ${{ github.event.repository.name }} -dev
+ image: ${{ github.event.repository.name }}-dev
23
tags: ${{ env.TAGS }}
24
platforms: linux/amd64, linux/arm64/v8
25
containerfiles: |
0 commit comments