Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickp authored Feb 10, 2024
1 parent 3c82793 commit ce48a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build and push Docker image (py)
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./py
context: ./python
push: true
tags: ${{ steps.meta-py.outputs.tags }}
labels: ${{ steps.meta-py.outputs.labels }}
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Build and push Docker image (js)
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./js
context: ./javascript
push: true
tags: ${{ steps.meta-js.outputs.tags }}
labels: ${{ steps.meta-js.outputs.labels }}
Expand Down

0 comments on commit ce48a6a

Please sign in to comment.