Skip to content

Commit

Permalink
changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Feb 19, 2024
1 parent 3a0dde2 commit ccad6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/serve-filemanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Publish image to GHCR
uses: docker/build-push-action@v3
with:
file: ./examples/streamlit/Dockerfile
context: ./examples/streamlit
file: ./serve-filemanager/Dockerfile
context: ./serve-filemanager
push: true
build-args: version=${{ github.ref_name }}
tags: |
Expand Down

0 comments on commit ccad6de

Please sign in to comment.