From 36d20f1d20a296049787a8ffde2150cea196483a Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Thu, 20 Jun 2024 14:18:19 +0200 Subject: [PATCH] ci: re-tag docker image as stable --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43aa29b..5fa98c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,13 +3,12 @@ name: Release new version and deploy production on: push: tags: - - 'v*' + - "v*" env: CARGO_TERM_COLOR: always jobs: - build-test: name: Run tests runs-on: ubuntu-latest @@ -57,8 +56,8 @@ jobs: with: images: blossomlabs/blobscan-indexer tags: | - type=ref,event=branch type=ref,event=tag + type=raw,value=stable - name: Login to DockerHub if: github.event_name != 'pull_request'