docker: added v2 prefix to tags
This commit is contained in:
parent
9e7905f94b
commit
cba1a01f17
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: marsprotocol/interface:latest, marsprotocol/interface:${{ github.run_number }}
|
||||
tags: marsprotocol/interface:latest, marsprotocol/interface:v2-${{ github.run_number }}
|
||||
|
Loading…
Reference in New Issue
Block a user