We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419491c commit a88470cCopy full SHA for a88470c
.github/workflows/release.yml
@@ -39,6 +39,7 @@ jobs:
39
http_archive(
40
name = "io_bazel_rules_docker",
41
sha256 = "${{ steps.get_sha.outputs.sha }}",
42
+ strip_prefix = "rules_docker-${{ env.VERSION }}",
43
urls = ["https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/${{ steps.get_tag.outputs.TAG }}/rules_docker-${{ steps.get_tag.outputs.TAG }}.tar.gz"],
44
)
45
```
0 commit comments