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

Commit 91b19bd

Browse files
Set tag name before building the binary
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 051cf5c commit 91b19bd

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)