Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed May 22, 2024
1 parent f066062 commit 67ba3ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-k8s-dev-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: Azure/[email protected]
with:
manifests: |
manifests/25-whiteboarad-collaboration-service-deployment-dev.yaml
manifests/25-whiteboard-collaboration-service-deployment-dev.yaml
images: |
${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-whiteboard-collaboration-service:${{ github.sha }}
imagepullsecrets: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-k8s-sandbox-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: Azure/[email protected]
with:
manifests: |
manifests/25-whiteboarad-collaboration-service-deployment-dev.yaml
manifests/25-whiteboard-collaboration-service-deployment-dev.yaml
images: |
${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-whiteboard-collaboration-service:${{ github.sha }}
imagepullsecrets: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-k8s-test-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: Azure/[email protected]
with:
manifests: |
manifests/25-whiteboarad-collaboration-service-deployment-dev.yaml
manifests/25-whiteboard-collaboration-service-deployment-dev.yaml
images: |
${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-whiteboard-collaboration-service:${{ github.sha }}
imagepullsecrets: |
Expand Down

0 comments on commit 67ba3ff

Please sign in to comment.