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 - name: Install the latest version of uv
uses: astral-sh/setup-uv@v4 uses: astral-sh/setup-uv@v4
with: with:
version: "0.6.3" version: "0.6.9"
- name: Install - name: Install
run: uv sync run: uv sync
@ -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 env.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 env.VERSION tags: "latest ${{ env.VERSION }}"
- name: Build wheel - name: Build wheel
if: env.DISTANCE == '0' if: env.DISTANCE == '0'