Skip to content

Commit

Permalink
local dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein committed Jun 24, 2024
1 parent 7cced6c commit be603db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion scripts/checksum
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit be603db

Please sign in to comment.