Skip to content

Commit a0c8d11

Browse files
committed
chore:fix ci branch hook
1 parent 6b18e80 commit a0c8d11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-stable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Build Stable Image
33
on:
44
push:
55
branches:
6-
- '*'
6+
- 'nest'
7+
- 'midway'
78

89
jobs:
910
docker:
@@ -28,6 +29,6 @@ jobs:
2829
uses: docker/build-push-action@v2
2930
with:
3031
push: true
31-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/sfvueadmin:${{ steps.vars.outputs.short_ref }}:stable
32+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/sfvueadmin:${{ steps.vars.outputs.short_ref }}
3233
- name: Image digest
3334
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)