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

This commit is contained in:
Peter Dwyer
2023-08-28 13:33:29 +01:00
parent 5788f7d7e0
commit c3671944d2

View File

@@ -7,6 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-22.04
container: ubuntu:22.04
steps:
# - name: Install Docker
# run: curl -fsSL https://get.docker.com | sh
@@ -20,8 +21,6 @@ jobs:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/setup-python@v4
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.5.1"