fix actions
books / flake8 (push) Successful in 34s Details
books / docker (push) Successful in 35s Details
books / pypi (push) Successful in 1m5s Details

This commit is contained in:
Michel Roux 2023-06-25 22:39:53 +02:00
parent af46673300
commit 3e5550cf92
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ jobs:
id: meta
with:
images: xefir/pynyaata
flavor: latest=${{ github.ref == 'refs/heads/master' }}
- uses: https://github.com/docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
@ -37,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
container: python
needs: [lint]
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- run: apt-get update
- run: apt-get install -y git nodejs