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