Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Nov 21, 2024
1 parent 7010f2c commit 32cfb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_stata_user_licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Build and Push Image
uses: docker/build-push-action@v6
with:
context: ./jupyter-pystata-user-licensed"
file: "./jupyter-pystata-user-licensed/Dockerfile"
context: /jupyter-pystata-user-licensed"
file: "/jupyter-pystata-user-licensed/Dockerfile"
push: true
tags: |
quay.io/cdis/jupyter-pystata-user-licensed:${{ env.IMAGE_TAG }}
Expand Down

0 comments on commit 32cfb86

Please sign in to comment.