fix: talos nit chages
This commit is contained in:
parent
d3d269da7b
commit
1ded212e53
1 changed files with 7 additions and 7 deletions
14
.github/workflows/assets.yaml
vendored
14
.github/workflows/assets.yaml
vendored
|
@ -119,13 +119,13 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# - name: Build kernel image
|
||||
# run: |
|
||||
# make kernel \
|
||||
# PLATFORM=linux/amd64 \
|
||||
# USERNAME="${{ github.actor }}" \
|
||||
# TAG="${{ needs.check-releases.outputs.talosReleaseTag }}" \
|
||||
# PUSH="true"
|
||||
- name: Build kernel image
|
||||
run: |
|
||||
make kernel \
|
||||
PLATFORM=linux/amd64 \
|
||||
USERNAME="${{ github.actor }}" \
|
||||
TAG="${{ needs.check-releases.outputs.talosReleaseTag }}" \
|
||||
PUSH="true"
|
||||
|
||||
build-installer:
|
||||
needs: [ check-releases, build-kernel ]
|
||||
|
|
Loading…
Reference in a new issue