From 8d817f56ba2216b472726dd50828e947fe7be988 Mon Sep 17 00:00:00 2001 From: Krishna Sheth Date: Mon, 6 Mar 2023 13:34:23 -0500 Subject: [PATCH] Use stable docker tag for releases Signed-off-by: Krishna Sheth --- .github/workflows/release-v4.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-v4.yml b/.github/workflows/release-v4.yml index ea4f2be83fe..715d40bf80d 100644 --- a/.github/workflows/release-v4.yml +++ b/.github/workflows/release-v4.yml @@ -74,7 +74,7 @@ jobs: uses: docker/build-push-action@v4 with: push: true - tags: odpi/egeria:${{ env.VERSION }}, odpi/egeria:latest, quay.io/odpi/egeria:${{ env.VERSION }}, quay.io/odpi/egeria:latest + tags: odpi/egeria:${{ env.VERSION }}, odpi/egeria:stable, quay.io/odpi/egeria:${{ env.VERSION }}, quay.io/odpi/egeria:stable context: ./open-metadata-resources/open-metadata-deployment/docker/egeria platforms: linux/amd64,linux/arm64 # Publish container images(egeria-configure) to quay.io and docker.io @@ -82,7 +82,7 @@ jobs: uses: docker/build-push-action@v4 with: push: true - tags: odpi/egeria-configure:${{ env.VERSION }}, odpi/egeria-configure:latest, quay.io/odpi/egeria-configure:${{ env.VERSION }}, quay.io/odpi/egeria-configure:latest + tags: odpi/egeria-configure:${{ env.VERSION }}, odpi/egeria-configure:stable, quay.io/odpi/egeria-configure:${{ env.VERSION }}, quay.io/odpi/egeria-configure:stable context: ./open-metadata-resources/open-metadata-deployment/docker/configure platforms: linux/amd64,linux/arm64 # Mostly for verification - not published to the release itself for now