From 62e1099cdd9d308100364db73d1515a662625e79 Mon Sep 17 00:00:00 2001 From: dashrath chauhan Date: Fri, 15 Nov 2024 15:31:28 +0000 Subject: [PATCH] Version change in workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8cbf096..a3d6292 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} file: ./Dockerfile push: true - tags: ga4gh/ga4gh-starter-kit-common:test #labelled test because it is only needed for the Gradle Integ. Tests + tags: ga4gh/ga4gh-starter-kit-common:DOCKER_IMG_VER #labelled test because it is only needed for the Gradle Integ. Tests build-args: VERSION=${{ env.version }} cache-from: type=gha #GitHub Actions Cache Exporter cache-to: type=gha,mode=max