diff options
Diffstat (limited to '.github')
-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 5e1efb89..2db0708a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,6 +15,7 @@ jobs: permissions: actions: write contents: read + packages: write steps: - name: Canel previous runs on main if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} |