mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
This commit is contained in:
@@ -7,6 +7,7 @@ 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
|
||||||
@@ -20,8 +21,6 @@ jobs:
|
|||||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
|
||||||
|
|
||||||
- uses: abatilo/actions-poetry@v2
|
- uses: abatilo/actions-poetry@v2
|
||||||
with:
|
with:
|
||||||
poetry-version: "1.5.1"
|
poetry-version: "1.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user