Skip to content

Commit

Permalink
ci build: use generated site-version
Browse files Browse the repository at this point in the history
Use the site-version generated in build-meta for the image-build.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Dec 25, 2023
1 parent 9794ac3 commit ddc3172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ jobs:
make-target: update

- name: Build
uses: freifunk-gluon/action-build@v1
# yamllint disable-line rule:line-length
uses: freifunk-gluon/action-build@3a48a4d0db08ff393e08ec3074f1b218ee5ac54b
id: build-gluon
with:
container-version: ${{ needs.build-meta.outputs.container-version }}
Expand All @@ -231,6 +232,7 @@ jobs:
autoupdater-branch: |
${{ needs.build-meta.outputs.autoupdater-branch }}
release: ${{ needs.build-meta.outputs.release-version }}
site-version: ${{ needs.build-meta.outputs.site-version }}

- name: Pack and Upload build output
uses: ./.github/actions/build-artifact
Expand Down

0 comments on commit ddc3172

Please sign in to comment.