From be603db2174139a8079f6115890a239420d68a50 Mon Sep 17 00:00:00 2001 From: galal-hussein Date: Tue, 25 Jun 2024 00:40:06 +0300 Subject: [PATCH] local dispatch Signed-off-by: galal-hussein --- .github/workflows/release.yml | 4 ---- Makefile | 2 +- scripts/checksum | 3 ++- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c39253abce..d166b0a6f0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,10 +108,6 @@ jobs: env: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - - - name: Checksum Artifacts - run: | - /tmp/dapper -f Dockerfile --target dapper make checksum - name: Publish Artifacts uses: softprops/action-gh-release@v2 diff --git a/Makefile b/Makefile index 77834ec7494..00a6694c066 100644 --- a/Makefile +++ b/Makefile @@ -53,8 +53,8 @@ build-image-runtime: ## Build the runtime image .PHONY: publish-image-runtime publish-image-runtime: build-image-runtime - ./scripts/checksum ./scripts/publish-image-runtime + ./scripts/checksum .PHONY: validate validate: ## Run go fmt/vet diff --git a/scripts/checksum b/scripts/checksum index b63abe6b08c..b22fef7055c 100755 --- a/scripts/checksum +++ b/scripts/checksum @@ -4,7 +4,8 @@ set -ex cd $(dirname $0)/.. source ./scripts/version.sh - +ls -l +pwd CHECKSUM_DIR=${CHECKSUM_DIR:-./dist/artifacts} sumfile="${CHECKSUM_DIR}/sha256sum-${ARCH}.txt"