There was an error while loading. Please reload this page.
1 parent f6df712 commit 8928b21Copy full SHA for 8928b21
1 file changed
.github/workflows/build.yaml
@@ -50,7 +50,6 @@
50
'context': '.'
51
'target': 'builder-exporter'
52
'output': '.'
53
- # TODO(d.kolyshev): !! Set version.
54
'build-args': |
55
ARCH=amd64 arm64
56
BASE_IMAGE=${{ env.BASE_IMAGE }}
@@ -62,7 +61,7 @@
62
61
REVISION=${{ github.sha }}
63
SIGN=0
64
SOURCE_DATE_EPOCH=${{ env.SOURCE_DATE_EPOCH }}
65
- VERSION=v0.0.0-github
+ VERSION=${{ github.ref_name }}
66
- 'uses': 'actions/upload-artifact@v7'
67
'with':
68
'name': 'adguardhome'
@@ -117,7 +116,6 @@
117
116
'name': 'Build and Test QA Artifacts'
118
'on':
119
'push':
120
- # TODO(d.kolyshev): !! Rewrite channel and client_dir for rc.
121
'branches':
122
- '*'
123
'workflow_dispatch':
0 commit comments