Skip to content

Commit

Permalink
Merge pull request #39 from kubearmor/daemon1024-patch-1
Browse files Browse the repository at this point in the history
fix(ci): add id write permission for latest
  • Loading branch information
nyrahul authored Aug 14, 2023
2 parents 3fc7ca1 + 70331fb commit e6c7792
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
name: Create and push docker image
if: github.repository == 'kubearmor/kubearmor-relay-server'
runs-on: ubuntu-latest
permissions:
id-token: write
timeout-minutes: 20
steps:
- name: Checkout code
Expand Down Expand Up @@ -102,4 +104,4 @@ jobs:
run: |
STABLE_VERSION=`cat STABLE-RELEASE`
regctl image copy kubearmor/kubearmor-relay-server:$STABLE_VERSION kubearmor/kubearmor-relay-server:stable --digest-tags

0 comments on commit e6c7792

Please sign in to comment.