File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1+ # Commercial also use this container image for their E2E tests
2+ # Commercial rely on a container image built from the main branch with the tag 'main'
13on :
24 workflow_call :
35 outputs :
1921 - name : Checkout repository
2022 uses : actions/checkout@v5
2123
22- - name : Inject slug/short variables
23- uses :
rlespinasse/[email protected] 24-
2524 - name : Set up Node environment
2625 uses : ./.github/actions/setup-node-env
2726
3938 uses :
redhat-actions/[email protected] 4039 with :
4140 image : dotcom-rendering
42- tags : ${{ github.sha }} ${{ env.GITHUB_REF_SLUG }}
41+ # Commercial rely on a container image built from the main branch with the tag 'main'
42+ tags : ${{ github.sha }} ${{ github.ref == 'refs/heads/main' && 'main' || '' }}
4343 context : ./
4444 containerfiles : ./dotcom-rendering/Containerfile
4545
You can’t perform that action at this time.
0 commit comments