diff --git a/.github/workflows/artifact-release.yml b/.github/workflows/artifact-release.yml index fefe98b165..a1332d594b 100644 --- a/.github/workflows/artifact-release.yml +++ b/.github/workflows/artifact-release.yml @@ -93,7 +93,7 @@ jobs: - name: Build and push uses: depot/build-push-action@v1 with: - file: backend/Dockerfile.migrations + file: docker/Dockerfile.migrations context: backend platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} @@ -140,6 +140,7 @@ jobs: - name: Build and push uses: depot/build-push-action@v1 with: + file: docker/Dockerfile.frontend context: frontend platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }}