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