Skip to content

Commit 49f74f3

Browse files
committed
updated action
1 parent 8522ff5 commit 49f74f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN pip install torch_geometric>=2.5.0
1515
RUN pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.4.0+cu121.html
1616

1717
# install pathpy
18-
RUN pip install -e '.[dev,test,doc,vis]' && git config --global --add safe.directory /workspaces/pathpyG
18+
RUN pip install -e '.[dev,test,doc,vis]'

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
id: push
3434
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
3535
with:
36-
context: /.github/workflows
37-
file: Dockerfile
36+
#context: /.github/workflows
37+
file: .github/workflows/Dockerfile
3838
push: true
3939
tags: ${{ steps.meta.outputs.tags }}
4040
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)