aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2021-12-18 01:18:48 +0800
committerGitHub <noreply@github.com>2021-12-18 01:18:48 +0800
commitc6968105e56fd628e45416c74fe4134edb339c4c (patch)
treeb8da16f7bb2daecb6775f7a2c103e9daa0e11741 /.github/workflows
parentf1f3e970b97ee089b6532d6aa4b68551b4165169 (diff)
docker: update README to add ghcr.io (#6677)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml3
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' }}