get_binaries uses DOCKER_TAG taken from docker image build step (#2260)

This commit is contained in:
Andrey Taranik
2022-08-12 16:01:22 +03:00
committed by GitHub
parent 6d99b4f1d8
commit 7f97269277
2 changed files with 28 additions and 20 deletions

View File

@@ -562,6 +562,7 @@ jobs:
- name: Redeploy
run: |
export DOCKER_TAG=${{needs.docker-image.outputs.build-tag}}
cd "$(pwd)/.github/ansible"
if [[ "$GITHUB_REF_NAME" == "main" ]]; then