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
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue