Skip to content

Commit

Permalink
[ACTION] Use specific container tag
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Feb 17, 2024
1 parent f252180 commit db90046
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
br_config: qemu_bt_trace_replay_test
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:latest
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/newidf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
br_config: qemu_bt_trace_replay_test
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:latest
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:latest
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:latest
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09

steps:
- name: Checkout repo
Expand Down

0 comments on commit db90046

Please sign in to comment.