CI: force OCI image, label it
All checks were successful
/ build (push) Successful in 21s

This commit is contained in:
phil 2024-11-03 02:50:12 +01:00
parent aacf0f535b
commit df802c24a0

View file

@ -45,6 +45,8 @@ jobs:
uses: actions/buildah-build@v1 uses: actions/buildah-build@v1
with: with:
image: treetrail-frontend image: treetrail-frontend
oci: true
labels: treetrail-frontend
tags: ${{ steps.version.outputs.version }} tags: ${{ steps.version.outputs.version }}
containerfiles: | containerfiles: |
./Containerfile ./Containerfile