File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker build \
4444 --pull \
4545 --file=${DOCKER_FILE} \
4646 -t ${IMAGE_NAME} \
47- --no-cache \
47+ \
4848 .
4949
5050docker inspect ${IMAGE_NAME}
You can’t perform that action at this time.
0 commit comments