CI: fix container version
This commit is contained in:
parent
7105edecd1
commit
ec4cc9a58a
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue