mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
add docker:// prefix
This commit is contained in:
parent
abd3137cfa
commit
c3896798b5
3 changed files with 5 additions and 8 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: build tauri for Linux
|
||||
uses: getneil/tea-builder:latest
|
||||
uses: docker://getneil/tea-builder:latest
|
||||
- uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
# uses: teaxyz/setup@v0
|
||||
if: startsWith(matrix.platform.name, 'linux')
|
||||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
||||
uses: getneil/tea-builder:latest
|
||||
uses: docker://getneil/tea-builder:latest
|
||||
|
||||
- name: build platform output
|
||||
id: build_platform
|
||||
|
|
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -39,10 +39,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
- name: build tauri for Linux
|
||||
if: startsWith(matrix.platform.name, 'linux')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config
|
||||
sh <(curl https://tea.xyz) xc build
|
||||
uses: docker://getneil/tea-builder:latest
|
||||
|
||||
build_tauri:
|
||||
needs: changes
|
||||
|
@ -84,7 +81,7 @@ jobs:
|
|||
# uses: teaxyz/setup@v0
|
||||
if: startsWith(matrix.platform.name, 'linux')
|
||||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
||||
uses: ./devops/ubuntu
|
||||
uses: docker://getneil/tea-builder:latest
|
||||
|
||||
- name: Get current unix ts - seconds
|
||||
id: date
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
# uses: teaxyz/setup@v0
|
||||
if: startsWith(matrix.platform.name, 'linux')
|
||||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
||||
uses: ./devops/ubuntu
|
||||
uses: docker://getneil/tea-builder:latest
|
||||
|
||||
|
||||
- name: Get current unix ts - seconds
|
||||
|
|
Loading…
Reference in a new issue