CI: WIP
Some checks failed
/ build (push) Failing after 9s
/ test (push) Successful in 6s

This commit is contained in:
phil 2025-02-25 04:34:19 +01:00
parent c5b1bdeda9
commit c3ebad42d5

View file

@ -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'