Skip to content

Commit

Permalink
chore: tidy path
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg committed Feb 25, 2024
1 parent 44a9467 commit ec9d134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ jobs:
org.opencontainers.image.title=${{ github.repository }}-${{ inputs.package }}
tags: |
type=semver,pattern={{version}},value=${{ steps.get-version.outputs.package_version }}
- name: DELETE ME LATER
run: |
ls -l /packages/${{ inputs.package }}/
- name: Docker Build and Push
uses: docker/build-push-action@v5
with:
context: ./packages/${{ inputs.package }}
context: ./packages/${{ inputs.package }}/
file: ./packages/${{ inputs.package }}/Dockerfile
push: true
tags: ${{ steps.metadata.outputs.tags }}
Expand Down
1 change: 1 addition & 0 deletions packages/mui/test/geometry.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @jest-environment jsdom
*/

import {
calculateBounds,
rotatedWidthAndHeight,
Expand Down

0 comments on commit ec9d134

Please sign in to comment.