working on builds
Some checks failed
Build and push image / deploy (push) Failing after 3m32s

This commit is contained in:
Peter Dwyer
2023-08-28 13:40:00 +01:00
parent c115d0bb82
commit b39342f751

View File

@@ -21,7 +21,7 @@ jobs:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: install pip
run: apt install -y python3-pip
run: apt update && apt install -y python3-pip
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.5.1"