Skip to content

Commit 244040b

Browse files
committed
fix: docker
1 parent 0dcbf86 commit 244040b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
poetry install
3131
- name: Build package
3232
run: |
33-
poetry shell
3433
poetry build
3534
- name: Upload package
3635
uses: pypa/gh-action-pypi-publish@release/v1
@@ -57,7 +56,7 @@ jobs:
5756
id: meta
5857
uses: docker/metadata-action@v5
5958
with:
60-
images: ${{ secrets.DOCKERHUB_REPO}}/graphinder
59+
images: ${{ secrets.DOCKERHUB_REPO}}/app-cli
6160
- name: Build and push
6261
uses: docker/build-push-action@v6
6362
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Run `make`
44

5-
Source your `.venv`: `poetry shell`
5+
Source your `.venv`: `source .venv/bin/activate`
66

77
If you wish, rename all `app` (including folder names) by the name of your project.
88

0 commit comments

Comments
 (0)