From 65f6100a0b728a88a046e13b41da6f69fb582317 Mon Sep 17 00:00:00 2001 From: Renato Nascimento Date: Mon, 29 Apr 2024 10:39:13 -0300 Subject: [PATCH] Creating image 1 --- .github/workflows/push-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-image.yaml b/.github/workflows/push-image.yaml index e502c9b..1c8919d 100644 --- a/.github/workflows/push-image.yaml +++ b/.github/workflows/push-image.yaml @@ -22,6 +22,7 @@ jobs: with: # The complete repository name from ECR {BU}/{TEAM}/{PROJECT} (ex. cross/devtools/devtools-scripts). ecr_repository: 'cross/observability/newrelic-migration-exporter' + docker_buildkit: 1 # Comma-separated string of ECR image tags (ex. latest, 1.0.0) tags: 'latest,${{env.VERSION}}' keep_images: 10