CI: fix build 1
Some checks failed
/ build (push) Has been cancelled
/ test (push) Successful in 16s

This commit is contained in:
phil 2024-11-03 03:37:24 +01:00
parent 48179db69b
commit 4b0fca68c4

View file

@ -19,9 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install app with 'uv pip install'
run: uv pip install --python=$UV_PROJECT_ENVIRONMENT --no-deps .
- name: Git unshallow - get all history from Git to get the tag for the computation of the version
run: git pull --unshallow
@ -29,10 +26,15 @@ jobs:
id: version
run: echo "version=$(git describe --dirty --tags)" >> $GITHUB_OUTPUT
- name: Install app with 'uv pip install'
run: uv pip install --python=$UV_PROJECT_ENVIRONMENT --no-deps .
- name: Build the container image
uses: actions/buildah-build@v1
with:
image: treetrail-backend
oci: true
labels: treetrail-backend
tags: ${{ steps.version.outputs.version }}
containerfiles: |
./Containerfile