From a072e0b9f56a78e6363108721661b2a8b1ac2b10 Mon Sep 17 00:00:00 2001 From: Jason Teng Date: Sat, 29 Jul 2023 23:49:42 -0700 Subject: [PATCH] Edit: update action to use new builder --- .github/workflows/build-all.yml | 6 +++--- .github/workflows/pr-test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index d32d0f0..cfcbb1f 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 940afee..d4ef4a5 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -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