updating deps
Some checks failed
Build and push image / deploy (push) Failing after 3m15s

This commit is contained in:
Peter Dwyer
2023-08-28 15:54:11 +01:00
parent 7531e5b1fc
commit a540cb7efd

View File

@@ -26,13 +26,13 @@ jobs:
poetry-version: "1.6.1" poetry-version: "1.6.1"
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build and push - name: Build and push version
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: true push: true
tags: ajurna/cbwebreader:${{poetry version -s}} tags: ajurna/cbwebreader:${{poetry version -s}}
- name: Build and push - name: Build and push latest
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: . context: .