Skip to content

Commit a88470c

Browse files
kriscfosteruhthomas
authored andcommitted
re-add strip_prefix
1 parent 419491c commit a88470c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
http_archive(
4040
name = "io_bazel_rules_docker",
4141
sha256 = "${{ steps.get_sha.outputs.sha }}",
42+
strip_prefix = "rules_docker-${{ env.VERSION }}",
4243
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"],
4344
)
4445
```

0 commit comments

Comments
 (0)