try this
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Failing after 3m4s
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:
parent
82b77c202e
commit
6609e8d907
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user