CI: fix build 4
This commit is contained in:
parent
8a4c64775a
commit
6e5711bfd1
1 changed files with 5 additions and 8 deletions
|
@ -11,11 +11,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: container
|
runs-on: container
|
||||||
container:
|
#container:
|
||||||
image: tiptop:5000/treetrail-backend-ci
|
# image: tiptop:5000/treetrail-backend-ci
|
||||||
volumes:
|
# volumes:
|
||||||
- "uv_cache:/root/.cache/uv"
|
# - "uv_cache:/root/.cache/uv"
|
||||||
- "ca-cert:/etc/containers/certs.d"
|
# - "ca-cert:/etc/containers/certs.d"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -26,9 +26,6 @@ jobs:
|
||||||
id: version
|
id: version
|
||||||
run: echo "version=$(git describe --dirty --tags)" >> $GITHUB_OUTPUT
|
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: Workaround for bug of podman-login
|
- name: Workaround for bug of podman-login
|
||||||
run: |
|
run: |
|
||||||
mkdir -p $HOME/.docker
|
mkdir -p $HOME/.docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue