diff options
author | Joe Chen <jc@unknwon.io> | 2021-12-18 01:18:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 01:18:48 +0800 |
commit | c6968105e56fd628e45416c74fe4134edb339c4c (patch) | |
tree | b8da16f7bb2daecb6775f7a2c103e9daa0e11741 /.github/workflows | |
parent | f1f3e970b97ee089b6532d6aa4b68551b4165169 (diff) |
docker: update README to add ghcr.io (#6677)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docker.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8406e713..5e1efb89 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,6 +12,9 @@ on: jobs: buildx: runs-on: ubuntu-latest + permissions: + actions: write + contents: read steps: - name: Canel previous runs on main if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} |