Skip to content

Commit

Permalink
lowercase platform (#157)
Browse files Browse the repository at this point in the history
* Lower case for platform

* make lowercase

* make lowercase

* revert

* revert

* Update docker_image_main_x86.yml

* Update docker_image_main_x86.yml
  • Loading branch information
benlee0423 authored May 4, 2024
1 parent a34820c commit 3b6b714
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker_image_main_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ jobs:
deps:
uses: ./.github/workflows/docker_deps_image.yml
with:
runner_label: X86
runner_label: x86
secrets: inherit
troute:
needs: deps
uses: ./.github/workflows/docker_troute_image.yml
with:
runner_label: X86
runner_label: x86
secrets: inherit
ngen:
needs: troute
uses: ./.github/workflows/docker_ngen_image.yml
with:
runner_label: X86
runner_label: x86
secrets: inherit
final:
needs: ngen
Expand All @@ -32,15 +32,15 @@ jobs:
docker-auth-token: ${{ secrets.DOCKER_AUTH_TOKEN }}
image-name: "ciroh-ngen-image"
dockerfile-name: "Dockerfile"
platform: X86
platform: x86
if: ${{ !startsWith(github.ref, 'refs/heads/main') }}
- name: Build and push Docker image
uses: ./.github/action_templates/build-and-push
with:
docker-auth-token: ${{ secrets.DOCKER_AUTH_TOKEN }}
image-name: "ciroh-ngen-image"
dockerfile-name: "Dockerfile"
platform: X86
platform: x86
if: startsWith(github.ref, 'refs/heads/main')
check_result:
needs: final
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
job-status: ${{ env.JOBSTATUS }}
pull_request_url: ${{ github.event.pull_request.html_url }}
head_commit_url: ${{ github.event.head_commit.url }}
head_commit_url: ${{ github.event.head_commit.url }}

0 comments on commit 3b6b714

Please sign in to comment.