Skip to content

Commit 86806ec

Browse files
committed
chore: bump Docker image version to v1.0.7
1 parent 02fd2a3 commit 86806ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-mbedtls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
--platform ${{ matrix.docker_platform }} \
5858
-v "${PWD}:/sources" \
5959
-w /sources \
60-
-t totalcross/${{ matrix.project }}:v1.0.6 \
60+
-t totalcross/${{ matrix.project }}:v1.0.7 \
6161
bash -lc "
6262
cmake --version &&
6363
cmake -S /sources/mbedtls -B /sources/mbedtls/build/${{ matrix.project }} \

.github/workflows/docker-linux-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tag:
77
description: Docker image tag to publish
88
required: true
9-
default: v1.0.4
9+
default: v1.0.7
1010
push_latest:
1111
description: Also publish the latest tag
1212
required: true

0 commit comments

Comments
 (0)