fix: talos nit chages

This commit is contained in:
Steven Kreitzer 2024-09-23 15:34:39 -05:00
parent 37a776b9b2
commit d3d269da7b
No known key found for this signature in database
GPG key ID: 76F902141A05C232

View file

@ -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 ]