CI: build container with version and latest tags
All checks were successful
/ build (push) Successful in 26s

This commit is contained in:
phil 2024-12-06 20:16:00 +01:00
parent 63c980095e
commit 1a061e3f20

View file

@ -77,7 +77,7 @@ jobs:
image: treetrail-frontend image: treetrail-frontend
oci: true oci: true
labels: treetrail-frontend labels: treetrail-frontend
tags: ${{ steps.version.outputs.version }} tags: latest ${{ steps.version.outputs.version }}
containerfiles: | containerfiles: |
./Containerfile ./Containerfile
build-args: | build-args: |