Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkjmesra authored Jan 15, 2024
1 parent 2100342 commit c498bc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Publish latest image to Docker Hub
run: |
docker build . -f Dockerfile_talib_debian_gnu_linux -t pkjmesra/ta-lib-debian_gnu_linux:latest
docker push pkjmesra/ta-lib-debian_gnu_linux:latest
docker build . -f Dockerfile -t pkjmesra/nseta:latest
docker push pkjmesra/nseta:latest
- name: Publish release version image to Docker Hub
Expand Down

0 comments on commit c498bc8

Please sign in to comment.