Skip to content

Commit 4898043

Browse files
committed
WIP: Fix the tag
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
1 parent 0f484b0 commit 4898043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: build-image
2020
uses: redhat-actions/buildah-build@v2
2121
with:
22-
image: ${{ github.event.repository.name }} -dev
22+
image: ${{ github.event.repository.name }}-dev
2323
tags: ${{ env.TAGS }}
2424
platforms: linux/amd64, linux/arm64/v8
2525
containerfiles: |

0 commit comments

Comments
 (0)