Fix issue with gha buildah tagging.
This commit is contained in:
4
.github/workflows/manual-rhacs-pipeline.yaml
vendored
4
.github/workflows/manual-rhacs-pipeline.yaml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Build image
|
- name: Build image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: quay.io/rh_ee_jablair/ubi9:latest
|
image: quay.io/rh_ee_jablair/ubi9
|
||||||
tags: v1 ${{ github.sha }}
|
tags: v0.0.1
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./2024-08-28-rhacs-actions-pipeline/Containerfile
|
./2024-08-28-rhacs-actions-pipeline/Containerfile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user