File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ jobs:
112112 name : Build default
113113 working-directory : ${{env.base_dir}}/${{ matrix.container_name }}
114114 run : |
115- make build IMAGE_NAME=${{ env.registry }}/${{ env.image_prefix }}${{ matrix.container_name }} WORKSPACE_FOLDER=${{ env.workspace_folder }}
115+ BRANCH=${{ github.ref_name }}
116+ make build BASE_IMAGE_TAG=$BRANCH IMAGE_NAME=${{ env.registry }}/${{ env.image_prefix }}${{ matrix.container_name }} WORKSPACE_FOLDER=${{ env.workspace_folder }}
116117
117118 - if : startsWith(github.ref, 'refs/tags/v')
118119 name : Build lock base image tags to same version
Original file line number Diff line number Diff line change 7070 " github.remotehub" ,
7171 " github.vscode-github-actions" ,
7272 " github.vscode-pull-request-github" ,
73+ " hashicorp.terraform" ,
7374 " hediet.vscode-drawio" ,
7475 " johnpapa.vscode-peacock" ,
7576 " joshx.workspace-terminals" ,
You can’t perform that action at this time.
0 commit comments