Quellcode durchsuchen

Fix workflows to satisfy workflow linter

* Update build-public-image.yml

* Update delete-public-image.yml
Roman Zabaluev vor 3 Jahren
Ursprung
Commit
2d9bab7714

+ 1 - 1
.github/workflows/build-public-image.yml

@@ -75,4 +75,4 @@ jobs:
             Image published at public.ecr.aws/provectus/kafka-ui-custom-build:${{ steps.extract_branch.outputs.tag }}
             Image published at public.ecr.aws/provectus/kafka-ui-custom-build:${{ steps.extract_branch.outputs.tag }}
 
 
     outputs:
     outputs:
-      tag: ${{ steps.extract_branch.outputs.tag }}
+      tag: ${{ steps.extract_branch.outputs.tag }}

+ 1 - 1
.github/workflows/delete-public-image.yml

@@ -37,4 +37,4 @@ jobs:
         with:
         with:
           issue-number: ${{ github.event.pull_request.number }}
           issue-number: ${{ github.event.pull_request.number }}
           body: |
           body: |
-            Image tag public.ecr.aws/provectus/kafka-ui-custom-build:${{ steps.extract_branch.outputs.tag }} has been removed
+            Image tag public.ecr.aws/provectus/kafka-ui-custom-build:${{ steps.extract_branch.outputs.tag }} has been removed