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

This commit is contained in:
Peter Dwyer
2023-08-28 13:44:49 +01:00
parent b39342f751
commit d71a4e6f8d

View File

@@ -21,10 +21,11 @@ jobs:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: install pip
run: apt update && apt install -y python3-pip
run: apt update && apt install -y python3-pip node
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.5.1"
- uses: actions/setup-node@v3
- uses: actions/checkout@v3
- name: Set FOO
run: echo "FOO=${{ poetry -V }}" >> $GITHUB_ENV