Skip to content

Commit

Permalink
ci: also build major.minor docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed May 9, 2023
1 parent b63181e commit 3c45e90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
images: flashbots/mev-boost-relay
tags: |
type=sha
type=semver,pattern={{version}}
type=pep440,pattern={{version}}
type=pep440,pattern={{major}}.{{minor}}
type=raw,value=latest,enable=${{ !contains(env.RELEASE_VERSION, '-') }}
- name: Login to DockerHub
Expand Down

0 comments on commit 3c45e90

Please sign in to comment.