CI: fix container version
All checks were successful
/ test (push) Successful in 26s
/ build (push) Successful in 27s

This commit is contained in:
phil 2025-03-16 14:21:50 +01:00
parent 7105edecd1
commit ec4cc9a58a

View file

@ -87,7 +87,7 @@ jobs:
image: treetrail-backend image: treetrail-backend
oci: true oci: true
labels: treetrail-backend labels: treetrail-backend
tags: latest env.VERSION tags: "latest ${{ env.VERSION }}"
containerfiles: | containerfiles: |
./Containerfile ./Containerfile
@ -97,7 +97,7 @@ jobs:
with: with:
registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}" registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}"
image: treetrail-backend image: treetrail-backend
tags: latest env.VERSION tags: "latest ${{ env.VERSION }}"
- name: Build wheel - name: Build wheel
if: env.DISTANCE == '0' if: env.DISTANCE == '0'