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 @@ -23,16 +23,16 @@ jobs:
23
23
password : ${{ secrets.DOCKER_PASSWORD }}
24
24
- name : Build the Docker image
25
25
run : docker build --tag
26
- ${SERVICE_NAME}:${{steps.event-version.outputs.SOURCE_TAG }} --file
26
+ ${SERVICE_NAME}:ui- ${{steps.event-version.outputs.SOURCE_TAG }} --file
27
27
./results-tabulation-ui/Staging.Dockerfile ./results-tabulation-ui/
28
28
- name : GitHub Image Push
29
- run : docker push $SERVICE_NAME:${{steps.event-version.outputs.SOURCE_TAG }}
29
+ run : docker push $SERVICE_NAME:ui- ${{steps.event-version.outputs.SOURCE_TAG }}
30
30
- name : Platformer Deploy
31
31
uses : platformer-com/build-deploy-action@v1
32
32
with :
33
33
org-id : ${{secrets.ORG_ID_FCB1AEBE_71DB_4911_9067_F5FA9BA73D4D}}
34
34
project-id : ${{secrets.PROJECT_ID_FCB1AEBE_71DB_4911_9067_F5FA9BA73D4D}}
35
35
token : ${{secrets.AUTOGENERATED_CICD_FCB1AEBE_71DB_4911_9067_F5FA9BA73D4D}}
36
36
image-name : ${{env.SERVICE_NAME}}
37
- tag : ${{steps.event-version.outputs.SOURCE_TAG }}
37
+ tag : ui- ${{steps.event-version.outputs.SOURCE_TAG }}
38
38
container-id : d5978be8-fb29-4f53-b951-acf8995587f3
You can’t perform that action at this time.
0 commit comments