We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058047e commit bea6327Copy full SHA for bea6327
hooks/pre-command
@@ -82,3 +82,7 @@ fi || echo "Not found"
82
83
# Support using https://github.com/buildkite-plugins/docker-buildkite-plugin without an image by default
84
export ${export_env_variable}="${image}:${tag}"
85
+
86
+# Support programmatic use of cache image and tag values
87
+export BUILDKITE_PLUGIN_DOCKER_ECR_CACHE_EXPORT_IMAGE="${image}"
88
+export BUILDKITE_PLUGIN_DOCKER_ECR_CACHE_EXPORT_TAG="${tag}"
0 commit comments