diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index e181fe48..78898515 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -37,6 +37,9 @@ jobs: with: go-version: ${{ env.GO_VERSION }} + - name: Install wget + run: sudo apt-get update && sudo apt-get install -y wget + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: @@ -71,8 +74,6 @@ jobs: platforms: ${{ matrix.os }}/${{ matrix.arch }} tags: xion:${{ matrix.os }}-${{ matrix.arch }} build-args: | - COMMIT=${{ github.sha }} - VERSION=${{ github.ref_name }} XIOND_BINARY=dist/xiond_${{ matrix.os }}_${{ matrix.arch }}/xiond - name: Build Heighliner Image @@ -86,8 +87,6 @@ jobs: platforms: ${{ matrix.os }}/${{ matrix.arch }} tags: heighliner:${{ matrix.os }}-${{ matrix.arch }} build-args: | - COMMIT=${{ github.sha }} - VERSION=${{ github.ref_name }} XIOND_BINARY=dist/xiond_${{ matrix.os }}_${{ matrix.arch }}/xiond - name: Save Docker Image