Skip to content

Commit 36d20f1

Browse files
ci: re-tag docker image as stable
1 parent 09e6633 commit 36d20f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name: Release new version and deploy production
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77

88
env:
99
CARGO_TERM_COLOR: always
1010

1111
jobs:
12-
1312
build-test:
1413
name: Run tests
1514
runs-on: ubuntu-latest
@@ -57,8 +56,8 @@ jobs:
5756
with:
5857
images: blossomlabs/blobscan-indexer
5958
tags: |
60-
type=ref,event=branch
6159
type=ref,event=tag
60+
type=raw,value=stable
6261
6362
- name: Login to DockerHub
6463
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)