mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-07 05:49:02 +00:00
get_binaries uses DOCKER_TAG taken from docker image build step (#2260)
This commit is contained in:
@@ -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