File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - ' main'
77 - ' release'
88 - ' latest'
9+ - ' hotfix-docker'
910 tags :
1011 - ' r[0-9]+.[0-9]+'
1112 pull_request :
@@ -258,7 +259,7 @@ jobs:
258259 name : docker-images
259260 - run : gunzip -c base-image.tar.gz | docker load
260261 - run : gunzip -c base-build-image.tar.gz | docker load
261- if : github.ref_name == 'main'
262+ if : github.ref_name == 'main' || github.ref_name == 'hotfix-docker'
262263 - run : gunzip -c build-image.tar.gz | docker load
263264 - uses : docker/login-action@v3
264265 with :
@@ -271,7 +272,7 @@ jobs:
271272 "ghcr.io/easycrypt/ec-base-box:${{ github.ref_name }}"
272273 docker push "ghcr.io/easycrypt/ec-base-box:${{ github.ref_name }}"
273274 - name : Push base-build image
274- if : github.ref_name == 'main'
275+ if : github.ref_name == 'main' || github.ref_name == 'hotfix-docker'
275276 run : |
276277 docker tag "ghcr.io/easycrypt/ec-base-build-box:$IMAGE_TAG" \
277278 "ghcr.io/easycrypt/ec-base-build-box:${{ github.ref_name }}"
You can’t perform that action at this time.
0 commit comments