Skip to content

Commit 7e6647b

Browse files
fix: update step names for Docker image builds in workflow
1 parent a953ae1 commit 7e6647b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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
@@ -97,7 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)