Skip to content

Commit 9b8c940

Browse files
Merge pull request #1701 from OpenSignLabs/staging
v2.19.0
2 parents 40198e1 + 3f3ca66 commit 9b8c940

31 files changed

Lines changed: 2058 additions & 1585 deletions

.github/workflows/Docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
name: ci
2+
3+
# 👇 add this block
4+
permissions:
5+
contents: read # allow checkout & metadata-action to read repo
6+
id-token: write # needed by docker/metadata-action v4
7+
28
on:
39
push:
410
branches:
511
- 'main'
12+
- 'staging'
613

714
jobs:
815
docker:

0 commit comments

Comments
 (0)