diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 06c8be1..e617190 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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'