Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ on:
permissions:
id-token: write
attestations: write
artifact-metadata: write
contents: read

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ on:
permissions:
id-token: write
attestations: write
artifact-metadata: write
contents: read

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/docker-promote-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ on:
description: "Docker Hub password"
required: true

permissions:
id-token: write
attestations: write
artifact-metadata: write
contents: read

jobs:
promote:
name: Promote Docker image
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/docker-promote-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ on:
required: false
default: false

permissions:
id-token: write
attestations: write
artifact-metadata: write
contents: read

jobs:
promote:
name: Promote Docker image
Expand Down
Loading