diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ca212cb..1826c08 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -72,7 +72,7 @@ jobs: uses: docker/build-push-action@v3 with: file: Dockerfile.action - build-args: "DOWNLOAD_BASE=https://github.com/${{ github.repository }}/releases/${{ env.VERSIONED_TAG }}/download/" + build-args: "DOWNLOAD_BASE=https://github.com/${{ github.repository }}/releases/download/${{ env.VERSIONED_TAG }}" platforms: linux/amd64,linux/arm64,linux/arm/v7 tags: | ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}:latest diff --git a/Cargo.lock b/Cargo.lock index d352b24..3f71ad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,7 +685,7 @@ dependencies = [ [[package]] name = "shadow-tls" -version = "0.2.20" +version = "0.2.21" dependencies = [ "anyhow", "byteorder",