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

This commit is contained in:
Peter Dwyer
2023-08-28 13:24:23 +01:00
parent 899d021c63
commit 33bf7eca90

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
# - name: Install Docker # - name: Install Docker
# run: curl -fsSL https://get.docker.com | sh # run: curl -fsSL https://get.docker.com | sh
@@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'
cache: 'pip' # caching pip dependencies cache: 'poetry'
- uses: abatilo/actions-poetry@v2 - uses: abatilo/actions-poetry@v2
with: with: