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

This commit is contained in:
Peter Dwyer
2023-08-28 13:46:34 +01:00
parent d71a4e6f8d
commit cd5ac1ce56

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 node
run: apt update && apt install -y python3-pip
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.5.1"