mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
get_binaries uses DOCKER_TAG taken from docker image build step (#2260)
This commit is contained in:
1
.github/workflows/build_and_test.yml
vendored
1
.github/workflows/build_and_test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user