From 6cac46431ece6d83d15f95c5ca68fa10080cff2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 18 Nov 2024 09:46:05 +0100 Subject: [PATCH] checkout image in ci using lfs --- .changes/1.2.2-rc2.md | 4 ++++ .changes/unreleased/Fixed-20241118-094423.yaml | 3 +++ .gitea/workflows/build-image.yml | 2 ++ .vscode/tasks.json | 1 - CHANGELOG.md | 5 +++++ 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .changes/1.2.2-rc2.md create mode 100644 .changes/unreleased/Fixed-20241118-094423.yaml diff --git a/.changes/1.2.2-rc2.md b/.changes/1.2.2-rc2.md new file mode 100644 index 0000000..a5068f2 --- /dev/null +++ b/.changes/1.2.2-rc2.md @@ -0,0 +1,4 @@ +## 1.2.2-rc2 - 2024-11-18 +### Fixed +* Embed resources into presentation formation signature +* Checkout images using lfs diff --git a/.changes/unreleased/Fixed-20241118-094423.yaml b/.changes/unreleased/Fixed-20241118-094423.yaml new file mode 100644 index 0000000..8109035 --- /dev/null +++ b/.changes/unreleased/Fixed-20241118-094423.yaml @@ -0,0 +1,3 @@ +kind: Fixed +body: Checkout images using lfs +time: 2024-11-18T09:44:23.272915434+01:00 diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 027467f..857f7ff 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Check out repository uses: https://github.com/actions/checkout@v4 + with: + lfs: true - name: update packages run: apt-get update diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 19474ac..7cc798f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,7 +13,6 @@ "--to", "revealjs", "--standalone", - "--embed-resources", "--resource-path", "./presentation/src/", "-o", diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4a9a5..dabcb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 1.2.2-rc2 - 2024-11-18 +### Fixed +* Embed resources into presentation formation signature +* Checkout images using lfs + ## 1.2.2-rc1 - 2024-11-06 ### Fixed * Embed resources into presentation formation signature