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

This commit is contained in:
Peter Dwyer
2023-08-28 13:55:14 +01:00
parent cd5ac1ce56
commit 95f3900089

View File

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