mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Compare commits
2 Commits
8e5654db11
...
a540cb7efd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a540cb7efd | ||
|
|
7531e5b1fc |
@@ -26,9 +26,15 @@ jobs:
|
||||
poetry-version: "1.6.1"
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build and push
|
||||
- name: Build and push version
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ajurna/cbwebreader:${{poetry version -s}} ajurna/cbwebreader:latest
|
||||
tags: ajurna/cbwebreader:${{poetry version -s}}
|
||||
- name: Build and push latest
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ajurna/cbwebreader:latest
|
||||
|
||||
Reference in New Issue
Block a user