Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit dd88d71

Browse files
Merge pull request #94 from docker/fix-binary-tag-name
Set tag name before building the binary
2 parents 051cf5c + 91b19bd commit dd88d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-weekly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
E2E_HUB_URL: ${{ secrets.E2E_HUB_URL }}
5959
E2E_HUB_USERNAME: ${{ secrets.E2E_HUB_USERNAME }}
6060
E2E_HUB_TOKEN_TOKEN: ${{ secrets.E2E_HUB_TOKEN_TOKEN }}
61-
run: make -f builder.Makefile build test-unit e2e
61+
run: make TAG_NAME=${{ github.event.inputs.tag }} -f builder.Makefile build test-unit e2e
6262

6363
- name: Upload binary artifact
6464
if: ${{ github.event.inputs.tag != '' }} # don't push artifacts if no tag is specified

0 commit comments

Comments
 (0)