Add the image version to the neon-test-extensions image (#8032)

## Problem

The version was missing in the image name causing the error during the
workflow

## Summary of changes

Added the version to the image name
This commit is contained in:
a-masterov
2024-06-12 18:15:20 +02:00
committed by GitHub
parent 9ba9f32dfe
commit 9dda13ecce

View File

@@ -1101,8 +1101,8 @@ jobs:
$repo/vm-compute-node-${version}:${{ needs.tag.outputs.build-tag }}
done
done
docker buildx imagetools create -t neondatabase/neon-test-extensions:latest \
neondatabase/neon-test-extensions:${{ needs.tag.outputs.build-tag }}
docker buildx imagetools create -t neondatabase/neon-test-extensions-v16:latest \
neondatabase/neon-test-extensions-v16:${{ needs.tag.outputs.build-tag }}
trigger-custom-extensions-build-and-wait:
needs: [ check-permissions, tag ]