File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : " Test container build"
1
+ name : " Test container build for pull request or release "
2
2
3
3
on :
4
4
pull_request :
@@ -15,15 +15,15 @@ jobs:
15
15
- name : Checkout
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
- - name : Build container from pull request
18
+ - name : Build container for pull request
19
19
if : ${{ github.event_name == 'pull_request' }}
20
20
run : |
21
21
docker build -t base \
22
22
--build-arg COGNITO_APP_CLIENT_ID=${{ secrets.STAGING_COGNITO_APP_CLIENT_ID }} \
23
23
--build-arg COGNITO_USER_POOL_ID=${{ secrets.STAGING_COGNITO_USER_POOL_ID}} \
24
24
--build-arg NEXT_SERVER_ACTIONS_ENCRYPTION_KEY=${{ secrets.STAGING_NEXT_SERVER_ACTIONS_ENCRYPTION_KEY }} .
25
25
26
- - name : Build container from release
26
+ - name : Build container for release
27
27
if : ${{ github.event_name == 'workflow_run' }}
28
28
run : |
29
29
docker build -t base \
You can’t perform that action at this time.
0 commit comments