Skip to content

Commit

Permalink
Removed docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Oct 4, 2024
1 parent 35ff58c commit 86ac91c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 77 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ jobs:
poetry build
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}
publish-to-docker:
name: Build Docker image and push to DockerHub
runs-on: ubuntu-20.04
steps:
- name: Checkout branch
uses: actions/checkout@v2
# publish-to-docker:
# name: Build Docker image and push to DockerHub
# runs-on: ubuntu-20.04
# steps:
# - name: Checkout branch
# uses: actions/checkout@v2

- name: Build and deploy Docker image
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
path: docker/
repository: dhhagan/opcsim
tags: latest
tag_with_ref: true
# - name: Build and deploy Docker image
# uses: docker/build-push-action@v1
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# path: docker/
# repository: dhhagan/opcsim
# tags: latest
# tag_with_ref: true


7 changes: 0 additions & 7 deletions docker/Dockerfile

This file was deleted.

55 changes: 0 additions & 55 deletions docker/examples/Figure-1.ipynb

This file was deleted.

0 comments on commit 86ac91c

Please sign in to comment.