diff options
author | Joe Chen <jc@unknwon.io> | 2022-01-18 11:58:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 11:58:09 +0800 |
commit | 2071eb634f33bb160ba86f79b2de06f122971279 (patch) | |
tree | 77e148a11aa9f49d873993fece08f784f0dd00fe /.github/workflows | |
parent | e6c5633f580399c8f4dfc07166a63a01c6c70346 (diff) |
docs: update release templates and playbook (#6735)
[skip ci]
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 67ef8883..adc43e9b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -146,6 +146,7 @@ jobs: context: . platforms: linux/amd64 + # Updates to the following section needs to be synced to all release branches within their lifecycles. buildx-release: if: ${{ github.event_name == 'release' }} runs-on: ubuntu-latest |