Skip to content

Commit

Permalink
try rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 19, 2024
1 parent 32c43e9 commit 9be7af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Build and push
run: |
docker build -f ${{ matrix.app_dir }}/Dockerfile -t ghcr.io/catalystneuro/dendro-${{ matrix.app_dir }}:latest .
cd ${{ matrix.app_dir }}
docker build -t ghcr.io/catalystneuro/dendro-${{ matrix.app_dir }}:latest .
docker push ghcr.io/catalystneuro/dendro-${{ matrix.app_dir }}:latest
- name: Commit files
Expand Down

0 comments on commit 9be7af5

Please sign in to comment.