diff --git a/.github/workflows/releaser.yaml b/.github/workflows/releaser.yaml index e4ea18bc..930bcd28 100644 --- a/.github/workflows/releaser.yaml +++ b/.github/workflows/releaser.yaml @@ -66,6 +66,7 @@ jobs: - name: Docker build and push uses: docker/build-push-action@v5 with: + context: . platforms: linux/amd64, linux/arm64 push: true tags: jaronnie/jzero:latest,jaronnie/jzero:${{ steps.get_version.outputs.VERSION }} \ No newline at end of file diff --git a/main.go b/main.go index aec7154d..052e750f 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ var ( // ldflags var ( - version = "0.16.1" + version = "0.16.3" commit string date string )