Skip to content

Commit 768ab8f

Browse files
JSUYAxiaowei-guan
andauthored
Update Flutter 3.41.9 (#32)
Co-authored-by: Xiaowei Guan <xiaowei.guan@samsung.com> Co-authored-by: xiaowei guan <60122246+xiaowei-guan@users.noreply.github.com>
1 parent 00b0c91 commit 768ab8f

41 files changed

Lines changed: 1519 additions & 643 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/labeler.yml

Lines changed: 0 additions & 261 deletions
This file was deleted.

.github/release.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/build-docker.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Build Docker
2+
3+
on: [workflow_dispatch]
4+
5+
jobs:
6+
builder:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: docker/setup-buildx-action@v3
11+
- uses: docker/login-action@v3
12+
with:
13+
registry: ghcr.io
14+
username: ${{ github.repository_owner }}
15+
password: ${{ secrets.GITHUB_TOKEN }}
16+
- uses: docker/build-push-action@v5
17+
with:
18+
context: engine/src/flutter/ci/tizen
19+
file: engine/src/flutter/ci/tizen/Dockerfile
20+
push: true
21+
tags: ghcr.io/${{ github.repository_owner }}/build-engine:latest

0 commit comments

Comments
 (0)