From a670a165bd17c0ec67ea76dc884af78c40c044e6 Mon Sep 17 00:00:00 2001 From: vladislavploaia Date: Tue, 9 Jul 2024 12:24:31 +0300 Subject: [PATCH] feat: CDR-1460 push changes to docker image with tag latest-feature_CDR-1460_fix_robot_suites --- .github/workflows/build-feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-feature.yml b/.github/workflows/build-feature.yml index f08beaf4..f78a0411 100644 --- a/.github/workflows/build-feature.yml +++ b/.github/workflows/build-feature.yml @@ -44,5 +44,5 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-feature + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-feature_CDR-1460_fix_robot_suites labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file