File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
- name : Build and push Docker image
36
36
run : |
37
37
docker buildx build --push \
38
- --tag asia-northeast3-docker.pkg.dev/code-review-platform-flow /flow-dev/flow-file-dev:${{ github.sha }} .
38
+ --tag asia-northeast3-docker.pkg.dev/gcuflow /flow-dev/flow-file-dev:${{ github.sha }} .
39
39
40
40
deploy :
41
41
runs-on : ubuntu-latest
@@ -54,13 +54,13 @@ jobs:
54
54
55
55
- name : Update manifest
56
56
run : |
57
- sed -i "s|image: .*|image: asia-northeast3-docker.pkg.dev/code-review-platform-flow /flow-dev/flow-file-dev:${{ github.sha }}|" manifests/flow-file-dev/deployment.yaml
57
+ sed -i "s|image: .*|image: asia-northeast3-docker.pkg.dev/gcuflow /flow-dev/flow-file-dev:${{ github.sha }}|" manifests/flow-file-dev/deployment.yaml
58
58
59
59
- name : Commit and push changes
60
60
working-directory : manifests
61
61
run : |
62
62
git config --global user.name 'github-actions'
63
63
git config --global user.email '[email protected] '
64
64
git add .
65
- git commit -m "Update image to asia-northeast3-docker.pkg.dev/code-review-platform-flow /flow-dev/flow-file-dev:${{ github.sha }}"
65
+ git commit -m "Update image to asia-northeast3-docker.pkg.dev/gcuflow /flow-dev/flow-file-dev:${{ github.sha }}"
66
66
git push
Original file line number Diff line number Diff line change 35
35
- name : Build and push Docker image
36
36
run : |
37
37
docker buildx build --push \
38
- --tag asia-northeast3-docker.pkg.dev/code-review-platform-flow /flow-prd/flow-file-prd:${{ github.sha }} .
38
+ --tag asia-northeast3-docker.pkg.dev/gcuflow /flow-prd/flow-file-prd:${{ github.sha }} .
39
39
40
40
deploy :
41
41
runs-on : ubuntu-latest
@@ -54,13 +54,13 @@ jobs:
54
54
55
55
- name : Update manifest
56
56
run : |
57
- sed -i "s|image: .*|image: asia-northeast3-docker.pkg.dev/code-review-platform-flow /flow-prd/flow-file-prd:${{ github.sha }}|" manifests/flow-file-prd/deployment.yaml
57
+ sed -i "s|image: .*|image: asia-northeast3-docker.pkg.dev/gcuflow /flow-prd/flow-file-prd:${{ github.sha }}|" manifests/flow-file-prd/deployment.yaml
58
58
59
59
- name : Commit and push changes
60
60
working-directory : manifests
61
61
run : |
62
62
git config --global user.name 'github-actions'
63
63
git config --global user.email '[email protected] '
64
64
git add .
65
- git commit -m "Update image to asia-northeast3-docker.pkg.dev/code-review-platform-flow /flow-prd/flow-file-prd:${{ github.sha }}"
65
+ git commit -m "Update image to asia-northeast3-docker.pkg.dev/gcuflow /flow-prd/flow-file-prd:${{ github.sha }}"
66
66
git push
You can’t perform that action at this time.
0 commit comments