fix ci github
divent / lint (push) Successful in 1m40s Details
divent / docker (push) Successful in 1m41s Details
divent / pypi (push) Has been skipped Details

This commit is contained in:
Michel Roux 2023-06-30 13:14:35 +00:00
parent 9e06c600da
commit b297b1a2a4
1 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
- run: apt-get update - run: apt-get update
- run: apt-get install -y git nodejs - run: apt-get install -y git nodejs
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: https://github.com/Gr1N/setup-poetry@v8 - uses: Gr1N/setup-poetry@v8
- run: poetry install - run: poetry install
- run: poetry run flake8 . - run: poetry run flake8 .
- run: poetry run mypy . - run: poetry run mypy .
@ -22,16 +22,16 @@ jobs:
steps: steps:
- run: apk add git nodejs - run: apk add git nodejs
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: https://github.com/docker/metadata-action@v4 - uses: docker/metadata-action@v4
id: meta id: meta
with: with:
images: xefir/divent images: xefir/divent
flavor: latest=${{ gitea.ref == 'refs/heads/master' }} flavor: latest=${{ gitea.ref == 'refs/heads/master' }}
- uses: https://github.com/docker/login-action@v2 - uses: docker/login-action@v2
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: https://github.com/docker/build-push-action@v4 - uses: docker/build-push-action@v4
with: with:
push: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }} push: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
@ -48,5 +48,5 @@ jobs:
- run: apt-get update - run: apt-get update
- run: apt-get install -y git nodejs - run: apt-get install -y git nodejs
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: https://github.com/Gr1N/setup-poetry@v8 - uses: Gr1N/setup-poetry@v8
- run: poetry publish --build - run: poetry publish --build