CI: fix container tag
All checks were successful
/ build (push) Successful in 17s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-03-22 01:01:32 +01:00
parent b01f233208
commit 8b3a339196

View file

@ -19,7 +19,7 @@ jobs:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
with:
version: "0.6.3"
version: "0.6.9"
- name: Install
run: uv sync
@ -61,7 +61,7 @@ jobs:
image: oidc-fastapi-test
oci: true
labels: oidc-fastapi-test
tags: latest env.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 env.VERSION
tags: "latest ${{ env.VERSION }}"
- name: Build wheel
if: env.DISTANCE == '0'