mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
updating deps
This commit is contained in:
@@ -23,18 +23,12 @@ jobs:
|
||||
run: apt update && apt install -y python3-pip
|
||||
- uses: abatilo/actions-poetry@v2
|
||||
with:
|
||||
poetry-version: "1.5.1"
|
||||
poetry-version: "1.6.1"
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set FOO
|
||||
run: echo "FOO=${{ poetry -V }}" >> $GITEA_ENV
|
||||
- name: Test
|
||||
run: echo $FOO
|
||||
- name: Test 2
|
||||
run: poetry -V
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
tags: ajurna/cbwebreader:${{poetry version -s}}
|
||||
tags: [ "ajurna/cbwebreader:${{poetry version -s}}", "ajurna/cbwebreader:latest" ]
|
||||
|
||||
Reference in New Issue
Block a user