Browse Source

#3967: Publish Docker images to docker hub when released (#13631)

git-as-svn/v1/dev
kezhenxu94 2 years ago committed by GitHub
parent
commit
5502f560d2
  1. 2
      commit.ref
  2. 65
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit 9b4605cbdd5a2c35cabb657d66c53746f1d0d4b5 Subproject commit f937c511b127c4e6c61d0571c5cf20014726036e

65
commit.yml

@ -2,40 +2,43 @@
branches: { branches: {
} }
fileChange: fileChange:
/README.md: /.github:
newFile: !uuid 'a8dbe1c91244470d04c51a229ddf2aa0bbf0f34b' newFile: !uuid '62f0977d6287aca800e0f9549612db9287b9a5da'
oldFile: !uuid 'd01bece5c5cf161bea62d90fef5516cf69e39460' oldFile: !uuid '18d12ebd207ff5f6c53764672205d93a0097582b'
/README_zh_CN.md: /.github/workflows:
newFile: !uuid 'c9e2e0f0a3506f83a99e812160b53eb7ef57ffd6' newFile: !uuid '1bcc9ab7a287a09ef19a259cb9d4b4aa8429aa35'
oldFile: !uuid '4153ef5b05ac40f64b53a38526538025da514d9a' oldFile: !uuid 'fb0427bd93daef81afdfd391310ab47f1f89559b'
/.github/workflows/publish-docker.yaml:
newFile: !uuid '3fa1cf4b1fe2de833923a90619e1552f1c1dba1e'
oldFile: !uuid '5c3d5c4fdc85e837bbac1451a9359100ee785580'
/.github/workflows/publish-helm-chart.yaml:
newFile: !uuid 'e28b60e448acbe4e1f277d4e75c491cdedcdc83e'
oldFile: !uuid '92bdda867b813c5f086f032707b42fcdf79924f9'
/docs: /docs:
newFile: !uuid 'c46eda8932e3903ccfbcb6dc2bcff38b3554ee3c' newFile: !uuid 'c2438a58df0276804a471e2e3f360204b6cfccb4'
oldFile: !uuid '6f56c8f52b0d97df53d397316f36787de1377f9b' oldFile: !uuid 'c46eda8932e3903ccfbcb6dc2bcff38b3554ee3c'
/docs/configs:
newFile: !uuid 'af01011870a0574d57c3cd7ebc0352e982707a9e'
oldFile: !uuid '13238269cfad7e1a0e1172b980890bcf92933cd3'
/docs/configs/index.md.jsx:
newFile: !uuid 'b3ca65f0937d4a4aeb768a78f7be9fb79b3071b4'
oldFile: !uuid '0cef82fc306b717efaccde31bcb79cedb12c116c'
/docs/configs/site.js:
newFile: !uuid '9c7a2989f7753dd918bf646279db975a075f0540'
oldFile: !uuid '640b8bf1ecbd0068ee5cb573ae487b3780d359dd'
/docs/docs: /docs/docs:
newFile: !uuid '279fb30db28bb8e460b900f7d5cfacb4cefb2022' newFile: !uuid 'e5e762533168b09dcefbcb3d3656f351d3cfc38b'
oldFile: !uuid '1703360b3be205979948f7ebb496d21ad26f6e8f' oldFile: !uuid '279fb30db28bb8e460b900f7d5cfacb4cefb2022'
/docs/docs/en: /docs/docs/en:
newFile: !uuid '434417fbc924227e4ccc6841b5bcbcc0f863c7ac' newFile: !uuid 'c4893a3f6167c140e8bc15cd9631de275fe1bf4d'
oldFile: !uuid '4e50b80870dc95c3d33212e642187ef52e932aa3' oldFile: !uuid '434417fbc924227e4ccc6841b5bcbcc0f863c7ac'
/docs/docs/en/history-versions.md: /docs/docs/en/contribute:
newFile: !uuid '8376719763389599a74d2545025dd6639224dc47' newFile: !uuid '73af4573a8436aef072c4f64b562a0bc05551de6'
oldFile: !uuid '3899fd96b0e98013dc9fca781a6206b8bcaa7b15' oldFile: !uuid 'b0416fc5ef06cbca5bd259fd26882893e993da84'
/docs/docs/en/contribute/release.md:
newFile: !uuid '7ed850c2e6e178329e20fd0523ca7516532b4c13'
oldFile: !uuid '373be69da17a0728b66a0e2ff338672fb76f8c77'
/docs/docs/zh: /docs/docs/zh:
newFile: !uuid '32c28e175da29c408c7c10f3391f5a7e51dc347f' newFile: !uuid 'f6153b1b7ff24e4cfe927aaaa5127ca2d4dd12c0'
oldFile: !uuid '861a6a8acd9e55a20126985c276c12d03f6dcfae' oldFile: !uuid '32c28e175da29c408c7c10f3391f5a7e51dc347f'
/docs/docs/zh/history-versions.md: /docs/docs/zh/contribute:
newFile: !uuid '2465dfaf26a6d0adac11751bcb4b381639391561' newFile: !uuid '5ecd6ace61416a589fc4496bf4c7e267dd4a11f5'
oldFile: !uuid '142ba1a1cbf6d2c368b8cbdd619290865c52a742' oldFile: !uuid '04aa93f7babc32e1568800dc0815eab2b7ae201c'
gitCommitId: !uuid '9b4605cbdd5a2c35cabb657d66c53746f1d0d4b5' /docs/docs/zh/contribute/release.md:
newFile: !uuid '7f2d8cc1fb0fd6a7dc90287af888b3aabe8586cd'
oldFile: !uuid '932373761922c1d44f7f0fa1c4031645469bf7ef'
gitCommitId: !uuid 'f937c511b127c4e6c61d0571c5cf20014726036e'
renames: { renames: {
} }
revisionId: 3966 revisionId: 3967

Loading…
Cancel
Save