Fix issue with gha buildah tagging.

This commit is contained in:
2024-08-28 09:35:17 +12:00
parent 52c421c1dc
commit 6e72cb6f4d

View File

@ -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