fixing build
All checks were successful
Build and push image / deploy (push) Successful in 3m30s

This commit is contained in:
Peter Dwyer
2023-08-29 11:54:46 +01:00
parent d46517745e
commit 40bd6f7e7f

View File

@@ -34,15 +34,3 @@ jobs:
docker build -t ajurna/cbwebreader:latest -t ajurna/cbwebreader:${{ env.POETRY_VERSION }} .
docker push ajurna/cbwebreader:${{ env.POETRY_VERSION }}
docker push ajurna/cbwebreader:latest
# - name: Build and push version
# uses: docker/build-push-action@v4
# with:
# context: .
# push: true
# tags: ajurna/cbwebreader:latest
# - name: Build and push latest
# uses: docker/build-push-action@v4
# with:
# context: .
# push: true
# tags: ajurna/cbwebreader:${{poetry version -s}}