We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1818c commit 3ae9202Copy full SHA for 3ae9202
.github/workflows/python-publish.yml
@@ -32,7 +32,7 @@ jobs:
32
env:
33
FOLDER: /home/irisowner/sqlalchemy-iris
34
run: |
35
- docker build --build-arg BASE=$IMAGE -t sqlalchemy-iris
+ docker build --build-arg BASE=$IMAGE -t sqlalchemy-iris .
36
docker run -i --rm sqlalchemy-iris
37
38
deploy:
0 commit comments