File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ name: update container tags
88jobs :
99 update-container-tags :
1010 runs-on : ubuntu-latest
11+ env :
12+ GITHUB_REF : ${{ github.head_ref }}
1113 steps :
1214 - uses : actions/checkout@v2
1315 with :
1921 git fetch
2022 - name : git checkout
2123 run : |
22- git checkout ${{ github.head_ref }}
24+ git checkout "$GITHUB_REF"
2325
2426 # compare to upstream main branch
2527 - name : git add remote
4042 add : ' helm-quarry/values.yaml'
4143 author_name : Github Action
4244 author_email : auto@github.com
43- branch : ${{ github.head_ref }}
45+ branch : ${{ env.GITHUB_REF }}
4446 message : ' auto update of ${{ inputs.imagename }} tag'
4547 pull : --rebase --autostash
Original file line number Diff line number Diff line change 11web :
22 repository : ' quay.io/wikimedia-quarry/quarry'
3- tag : pr-54 # web tag managed by github actions
3+ tag : pr-72 # web tag managed by github actions
44 resources :
55 requests :
66 memory : " 300Mi"
1111
1212worker :
1313 repository : ' quay.io/wikimedia-quarry/quarry'
14- tag : pr-54 # worker tag managed by github actions
14+ tag : pr-72 # worker tag managed by github actions
1515 resources :
1616 requests :
1717 memory : " 400Mi"
You can’t perform that action at this time.
0 commit comments