try this
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Failing after 3m4s

This commit is contained in:
whysman 2024-11-06 01:06:19 -05:00
parent 82b77c202e
commit 6609e8d907

View File

@ -42,20 +42,6 @@ jobs:
run: |
ls -l build/web
docker:
name: Build and Push Docker Image to Local Registry
runs-on: ubuntu-latest
needs: build # Ensure this job runs after the build job
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Copy Flutter Web Build Files
run: |
ls -l
cp -r build/web ./web
- name: Build Docker Image
run: |
docker build -t pogdark:latest .