Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Jul 4, 2024
1 parent e3c72e9 commit 393e9ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# push-branch: Build only devel and prebuilt. TAGS: date, latest
# push-tag: Build all. TAGS: version, date, latest

name: docker-build-and-push-main-self-hosted
name: docker-build-and-push-self-hosted

on:
push:
Expand All @@ -26,7 +26,7 @@ jobs:
load-env:
uses: ./.github/workflows/load-env.yaml

docker-build-and-push-main-self-hosted:
docker-build-and-push:
needs: load-env
runs-on: [self-hosted, linux, ARM64]
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# push-branch: Build only devel and prebuilt. TAGS: date, latest
# push-tag: Build all. TAGS: version, date, latest

name: docker-build-and-push-main
name: docker-build-and-push

on:
push:
Expand All @@ -26,7 +26,7 @@ jobs:
load-env:
uses: ./.github/workflows/load-env.yaml

docker-build-and-push-main:
docker-build-and-push:
needs: load-env
runs-on: ubuntu-latest
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-self-hosted.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-main-self-hosted
name: docker-build-self-hosted

on:
schedule:
Expand All @@ -9,7 +9,7 @@ jobs:
load-env:
uses: ./.github/workflows/load-env.yaml

build-main-self-hosted:
docker-build:
needs: load-env
runs-on: [self-hosted, linux, ARM64]
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-main
name: docker-build

on:
schedule:
Expand All @@ -9,7 +9,7 @@ jobs:
load-env:
uses: ./.github/workflows/load-env.yaml

build-main:
docker-build:
needs: load-env
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 393e9ad

Please sign in to comment.