refactor: Update Docker image versions and artifact upload actions
This commit is contained in:
parent
18b6aaeb81
commit
f44b251288
6 changed files with 6 additions and 6 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
|
@ -11,7 +11,7 @@ on:
|
|||
- completed
|
||||
|
||||
env:
|
||||
VERSION: 0.9.0
|
||||
VERSION: 0.10.4
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
|
|
|||
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build Linux Dev
|
||||
name: Build Linux Artifacts
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build MacOS Dev
|
||||
name: Build MacOS Artifacts
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
2
.github/workflows/pr-receive.yml
vendored
2
.github/workflows/pr-receive.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Save PR number
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/pr-test.yml
vendored
2
.github/workflows/pr-test.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Comment on the pull request
|
||||
name: PR Unit Test
|
||||
|
||||
# read-write repo token
|
||||
# access to secrets
|
||||
|
|
|
|||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: UnitTest
|
||||
name: Unit Test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue