Skip to content

Commit f8ee795

Browse files
committed
fix: Actions refactoring
1 parent 9244123 commit f8ee795

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ jobs:
1818
conclusion: ${{ steps.wait.outputs.conclusion }}
1919
steps:
2020
- name: Wait for push.yml to complete
21-
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@v2.0.0
21+
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@0f2be042d7c833c6bf60df85732609b7991fb821 # v.2.0.0
2222
id: wait
2323
with:
2424
workflow: push.yml
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
poll-interval: 20
2727
Zookeeper-Pipeline:
2828
needs: Wait-for-images
29-
if: ${{needs.Wait-for-images.outputs.conclusion}} == 'success'
30-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@v1.0.1
29+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@aecdc72c47de69569cecc4b876e86ecb6776d629 #v1.0.1
3130
with:
3231
service_branch: '${{ github.head_ref || github.ref_name }}'
3332
versions_file: '.github/versions.yaml'

docs/internal/operator-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker build \
4444
--pull \
4545
--file=${DOCKER_FILE} \
4646
-t ${IMAGE_NAME} \
47-
--no-cache \
47+
\
4848
.
4949

5050
docker inspect ${IMAGE_NAME}

0 commit comments

Comments
 (0)