Skip to content

Commit

Permalink
fixes context for build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fherreazcue committed Mar 21, 2024
1 parent 3af1f66 commit d1da849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-rclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Build
uses: docker/build-push-action@v5
with:
context: .
context: ./db/
file: db/Dockerfile.rclient
load: true
tags: ${{ env.CONTAINER_NAME }}:testing

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-push-shinyapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Build
uses: docker/build-push-action@v5
with:
context: .
context: ./app/
file: app/Dockerfile.shinyapp
load: true
tags: ${{ env.CONTAINER_NAME }}:testing

Expand Down

0 comments on commit d1da849

Please sign in to comment.