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

This commit is contained in:
Peter Dwyer
2023-08-28 13:39:25 +01:00
parent 55093e9a28
commit c115d0bb82

View File

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