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

This commit is contained in:
Peter Dwyer
2023-08-28 13:36:32 +01:00
parent 8a69766d5d
commit 55093e9a28

View File

@@ -20,9 +20,8 @@ jobs:
# with: # with:
# username: ${{ secrets.DOCKERHUB_USERNAME }} # username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }} # password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/setup-python@v4 - name: install pip
with: run: apt install -Y python3-pip
python-version: "3.10"
- uses: abatilo/actions-poetry@v2 - uses: abatilo/actions-poetry@v2
with: with:
poetry-version: "1.5.1" poetry-version: "1.5.1"