File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 echo "DATE_TAG=${DATE_TAG}" >> $GITHUB_ENV
8787 echo "Base tag: $BASE_TAG, Date tag: $DATE_TAG"
8888
89- - name : Build and Push ContentProcessorAPI Docker image
89+ - name : Build and Push Backend API Docker image
9090 uses : docker/build-push-action@v7
9191 with :
9292 context : ./src/backend-api
9797 ${{ steps.registry.outputs.ext_registry }}/backend-api:${{ env.BASE_TAG }}
9898 ${{ steps.registry.outputs.ext_registry }}/backend-api:${{ env.DATE_TAG }}
9999
100- - name : Build and Push ContentProcessor Docker image
100+ - name : Build and Push Processor Docker image
101101 uses : docker/build-push-action@v7
102102 with :
103103 context : ./src/processor
@@ -108,7 +108,7 @@ jobs:
108108 ${{ steps.registry.outputs.ext_registry }}/processor:${{ env.BASE_TAG }}
109109 ${{ steps.registry.outputs.ext_registry }}/processor:${{ env.DATE_TAG }}
110110
111- - name : Build and Push ContentProcessorWeb Docker image
111+ - name : Build and Push Frontend Docker image
112112 uses : docker/build-push-action@v7
113113 with :
114114 context : ./src/frontend
You can’t perform that action at this time.
0 commit comments