working on builds
All checks were successful
Build and push image / deploy (push) Successful in 1m7s

This commit is contained in:
Peter Dwyer
2023-08-28 14:27:48 +01:00
parent be293bf90f
commit 9e361381ba

View File

@@ -7,7 +7,6 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container: 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
@@ -21,7 +20,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 update && apt install -y python3-pip nodejs run: apt update && 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"