Skip to content

Commit 8928b21

Browse files
committed
ci: imp code
1 parent f6df712 commit 8928b21

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
'context': '.'
5151
'target': 'builder-exporter'
5252
'output': '.'
53-
# TODO(d.kolyshev): !! Set version.
5453
'build-args': |
5554
ARCH=amd64 arm64
5655
BASE_IMAGE=${{ env.BASE_IMAGE }}
@@ -62,7 +61,7 @@
6261
REVISION=${{ github.sha }}
6362
SIGN=0
6463
SOURCE_DATE_EPOCH=${{ env.SOURCE_DATE_EPOCH }}
65-
VERSION=v0.0.0-github
64+
VERSION=${{ github.ref_name }}
6665
- 'uses': 'actions/upload-artifact@v7'
6766
'with':
6867
'name': 'adguardhome'
@@ -117,7 +116,6 @@
117116
'name': 'Build and Test QA Artifacts'
118117
'on':
119118
'push':
120-
# TODO(d.kolyshev): !! Rewrite channel and client_dir for rc.
121119
'branches':
122120
- '*'
123121
'workflow_dispatch':

0 commit comments

Comments
 (0)