Skip to content

Commit

Permalink
fix(ci): 默认branch名字修改为master
Browse files Browse the repository at this point in the history
Signed-off-by: joshua <[email protected]>
  • Loading branch information
sujoshua committed Nov 17, 2024
1 parent 842e23d commit 97d7db1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node.js CI
on:
push:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -74,11 +74,11 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/cquptmirror/redlens:main
ghcr.io/cquptmirror/redlens:master
ghcr.io/cquptmirror/redlens:dev
cquptmirror/redlens:main
cquptmirror/redlens:master
cquptmirror/redlens:dev
reg.redrock.team/mirror/redlens:main
reg.redrock.team/mirror/redlens:master
reg.redrock.team/mirror/redlens:dev

0 comments on commit 97d7db1

Please sign in to comment.