CI: WIP
This commit is contained in:
parent
c5b1bdeda9
commit
c3ebad42d5
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ jobs:
|
|||
image: oidc-fastapi-test
|
||||
oci: true
|
||||
labels: oidc-fastapi-test
|
||||
tags: latest ${{ steps.version.outputs.version }}
|
||||
tags: latest env.VERSION
|
||||
containerfiles: |
|
||||
./Containerfile
|
||||
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
with:
|
||||
registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}"
|
||||
image: oidc-fastapi-test
|
||||
tags: latest ${{ steps.version.outputs.version }}
|
||||
tags: latest env.VERSION
|
||||
|
||||
- name: Build wheel
|
||||
if: env.DISTANCE == '0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue