Skip to content
Merged

v2.19.0 #1701

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: ci

# 👇 add this block
permissions:
contents: read # allow checkout & metadata-action to read repo
id-token: write # needed by docker/metadata-action v4

on:
push:
branches:
- 'main'
- 'staging'

jobs:
docker:
Expand Down
Loading