Browse Source

fix: added working directory to build step

pull/819/head
Dan Ditomaso 10 months ago
parent
commit
831d20df72
  1. 1
      .github/workflows/nightly.yml

1
.github/workflows/nightly.yml

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

Loading…
Cancel
Save