Skip to content

Commit fbd8d6e

Browse files
committed
chore: push image to own docker hub
1 parent ef7b329 commit fbd8d6e

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/docker-build-lint-and-vendor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: build, lint and vendor codes
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [my-dev]
66
push:
7-
branches: [main]
7+
branches: [my-dev]
88

99
jobs:
1010
lint-vendor-build:

.github/workflows/docker-image-latest-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build latest docker image
33
on:
44
push:
55
branches:
6-
- main
6+
- my-dev
77

88
jobs:
99
buildx:
@@ -28,7 +28,7 @@ jobs:
2828
file: ./Dockerfile
2929
platforms: linux/amd64,linux/arm64/v8
3030
push: ${{ github.event_name != 'pull_request' }}
31-
tags: huatuo/huatuo-bamai-static:latest
31+
tags: 2408carpediem/huatuo-bamai-static:latest
3232

3333
- name: Build and push (nostatic)
3434
uses: docker/build-push-action@v2
@@ -39,4 +39,4 @@ jobs:
3939
push: ${{ github.event_name != 'pull_request' }}
4040
build-args: |
4141
BUILD_MODE=nostatic
42-
tags: huatuo/huatuo-bamai:latest
42+
tags: 2408carpediem/huatuo-bamai:latest

.github/workflows/os-distro-qemu-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: OS Distro QEMU Test
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ my-dev ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ my-dev ]
88

99
jobs:
1010
# start VMs and test in them

.github/workflows/pr-name-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pr-name-lint
22
on:
33
push:
44
branches:
5-
- main-*
5+
- my-dev-*
66
merge_group:
77
pull_request:
88
types: ['opened', 'edited', 'reopened', 'synchronize']

.github/workflows/sync-web-on-change.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ env:
66
on:
77
push:
88
branches:
9-
- main
9+
- my-dev
1010
paths:
1111
- 'docs/**'
1212
- 'data/img/**'
1313
pull_request:
14-
branches: [main]
14+
branches: [my-dev]
1515
paths:
1616
- 'docs/**'
1717
- 'data/img/**'
@@ -25,13 +25,13 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
repository: ccfos/huatuo
28-
ref: main
28+
ref: my-dev
2929
path: huatuo
3030
- name: checkout huatuo web
3131
uses: actions/checkout@v4
3232
with:
3333
repository: hao022/huatuo-web
34-
ref: main
34+
ref: my-dev
3535
path: huatuo-web
3636
token: ${{ secrets.HUATUO_RELEASE_TOKEN }}
3737
- name: setup Hugo

0 commit comments

Comments
 (0)