Skip to content

Commit

Permalink
Edit: update action to use new builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyang-ee committed Jul 30, 2023
1 parent 944c5a2 commit a072e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
alpine-build:
runs-on: ubuntu-latest
container:
image: "ghcr.io/jasonyang-ee/stm32-builder:Alpine-latest"
image: "ghcr.io/jasonyang-ee/stm32-builder:alpine-latest"
steps:
- uses: actions/checkout@v3
- name: BUILD
Expand All @@ -42,7 +42,7 @@ jobs:
arch-build:
runs-on: ubuntu-latest
container:
image: "ghcr.io/jasonyang-ee/stm32-builder:Arch-latest"
image: "ghcr.io/jasonyang-ee/stm32-builder:arch-latest"
steps:
- uses: actions/checkout@v3
- name: BUILD
Expand All @@ -51,7 +51,7 @@ jobs:
ubuntu-build-upload:
runs-on: ubuntu-latest
container:
image: "ghcr.io/jasonyang-ee/stm32-builder:Ubuntu-latest"
image: "ghcr.io/jasonyang-ee/stm32-builder:ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: BUILD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pr-check:
runs-on: ubuntu-latest
container:
image: "ghcr.io/jasonyang-ee/stm32-builder:Ubuntu-latest"
image: "ghcr.io/jasonyang-ee/stm32-builder:ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: BUILD
Expand Down

0 comments on commit a072e0b

Please sign in to comment.