Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
build env with semver
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Sep 22, 2020
1 parent 1da2540 commit 60a554e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/istio-envoy-arm64-build-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
- run: make -e TAG=${{ github.sha }} build-build-env
- run: make -e TAG=$(cat ./build-env/.version) build-build-env
1 change: 1 addition & 0 deletions build-env/.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.0

0 comments on commit 60a554e

Please sign in to comment.