name: Build Flutter Web and Docker Image for Local Registry on: push: branches: - master pull_request: branches: - master jobs: build: name: Build React Native Web App runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: whereami run: pwd - name: List workspace Directory run: ls -l /workspace/ - name: Copy Files to hosting directory. run: cp -Rf ./dist/* /data/pogdark