Skip to content

Commit 343366b

Browse files
authored
pin version of the container used (#13)
1 parent ce92c3a commit 343366b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
extension: .exe
3838

3939
container:
40-
image: ghcr.io/arduino/crossbuild:latest
40+
image: ghcr.io/arduino/crossbuild:0.1.1
4141
credentials:
4242
username: ${{ github.actor }}
4343
password: ${{ secrets.RP2040_CI_PAT }}

0 commit comments

Comments
 (0)