Skip to content

Commit

Permalink
ci: CI should include 2.x tag
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jul 13, 2023
1 parent 0b4e79b commit f057209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- dev
tags:
- 3.*
- 2.*

permissions:
contents: read
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
push: true
tags: |
ghcr.io/ziro-bot/nexus:latest
ghcr.io/ziro-bot/nexus:${{ env.VERSION_TAG }}
ghcr.io/ziro-bot/nexus:${{ env.VERSION_TAG }}

0 comments on commit f057209

Please sign in to comment.