Skip to content

Commit

Permalink
ci: re-tag docker image as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Jun 20, 2024
1 parent 09e6633 commit 36d20f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 36d20f1

Please sign in to comment.