Skip to content

Commit

Permalink
fix: fix workflow download path
Browse files Browse the repository at this point in the history
  • Loading branch information
ihciah committed May 4, 2023
1 parent f13cefd commit f359305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f359305

Please sign in to comment.