-
Notifications
You must be signed in to change notification settings - Fork 17
39 lines (37 loc) · 904 Bytes
/
release-rippled.yml
File metadata and controls
39 lines (37 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Release rippled image
on:
push:
branches: [main]
paths: ["images/rippled/**"]
pull_request:
branches: [main]
paths: ["images/rippled/**"]
# Declare default permissions as read only.
permissions: read-all
jobs:
call:
uses: ./.github/workflows/release-image.yml
permissions:
actions: read
checks: read
contents: read
deployments: read
discussions: read
issues: read
models: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
security-events: read
artifact-metadata: read
vulnerability-alerts: read
packages: write
id-token: write
attestations: write
with:
image: ghcr.io/${{ github.repository }}/rippled
context: images/rippled
dockerfile: Dockerfile
secrets:
registry-password: ${{ secrets.GITHUB_TOKEN }}