Skip to content

Commit

Permalink
Merge pull request #647 from trheyi/main
Browse files Browse the repository at this point in the history
refactor: Update Docker image versions and artifact upload actions
  • Loading branch information
trheyi committed Jul 4, 2024
2 parents 7a32e5b + f44b251 commit 1d2a4aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- completed

env:
VERSION: 0.9.0
VERSION: 0.10.4
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Linux Dev
name: Build Linux Artifacts

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build MacOS Dev
name: Build MacOS Artifacts

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-receive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Save PR number
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Comment on the pull request
name: PR Unit Test

# read-write repo token
# access to secrets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: UnitTest
name: Unit Test

on:
workflow_dispatch:
Expand Down

0 comments on commit 1d2a4aa

Please sign in to comment.