Browse Source

fix: added working directory to build step (#819)

pull/820/head
Dan Ditomaso 9 months ago
committed by GitHub
parent
commit
ee131c3681
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/nightly.yml

1
.github/workflows/nightly.yml

@ -87,6 +87,7 @@ jobs:
./packages/web/infra/Containerfile
image: ${{ env.REGISTRY_IMAGE }}
tags: ${{ steps.meta.outputs.tags }}
working-directory: packages/web
oci: true
platforms: linux/amd64,linux/arm64
labels: |

Loading…
Cancel
Save