Compare commits

..

1 Commits

Author SHA1 Message Date
Alex Jones
1312c00547 Fix formatting in Makefile
Signed-off-by: Alex Jones <1235925+AlexsJones@users.noreply.github.com>
2026-02-28 18:32:12 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ jobs:
type=raw,value=dev-${{ env.DATETIME }}
- name: Login to GitHub Container Registry
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
with:
registry: ghcr.io
username: ${{ github.actor }}

View File

@@ -100,7 +100,7 @@ jobs:
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
- name: Login to GitHub Container Registry
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
with:
registry: "ghcr.io"
username: ${{ github.actor }}

View File

@@ -6,7 +6,7 @@
# define the default goal
#
ROOT_PACKAGE=github.com/k8sgpt-ai/k8sgpt
SHELL := /bin/bash
DIRS=$(shell ls)
GO=go
@@ -160,4 +160,4 @@ helm:
chmod +x $(OUTPUT_DIR)/helm-$(GOOS)-$(GOARCH); \
rm -rf ./$(GOOS)-$(GOARCH)/; \
fi
HELM=$(OUTPUT_DIR)/helm-$(GOOS)-$(GOARCH)
HELM=$(OUTPUT_DIR)/helm-$(GOOS)-$(GOARCH)