Skip to content

Commit e777999

Browse files
committed
Set framework version in more places
Signed-off-by: Dimitris Karakasilis <[email protected]>
1 parent 5b64126 commit e777999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-docker-arm-build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
RELEASE=${{ env.GIT_VERSION }}
159159
SOFTWARE_VERSION=${{ inputs.k3s_version }}
160160
SOFTWARE_VERSION_PREFIX=k3s
161+
# renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver
162+
FRAMEWORK_VERSION=v2.15.4
161163
- name: Sign image
162164
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}
163165
env:

0 commit comments

Comments
 (0)