We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda1fe5 commit 43e7b92Copy full SHA for 43e7b92
.github/workflows/build.yaml
@@ -30,7 +30,9 @@ jobs:
30
- name: "Build Changelog"
31
id: build_changelog
32
uses: mikepenz/release-changelog-builder-action@v5
33
-
+ with:
34
+ fromTag: "0.1"
35
+
36
- name: Build and push
37
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION}
38
env:
0 commit comments