From 704609c0c7c5c1446aeeecf504ce5e78b4541fe4 Mon Sep 17 00:00:00 2001 From: Nicolas Henin Date: Fri, 15 Mar 2024 10:47:45 +0100 Subject: [PATCH] WIP --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 188aeadd41..68920cd05a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,6 @@ on: push: branches: - main - - nhenin/sanchonet tags: - runtime@v* - marlowe-runtime-web@v* @@ -83,7 +82,7 @@ jobs: echo TAG=$TAG tagAndPush "marlowe-web-server" else - export "TAG=latest" + export "TAG=${GITHUB_SHA::8}" echo TAG=$TAG tagAndPush "marlowe-chain-indexer" tagAndPush "marlowe-chain-sync"