diff --git a/.github/workflows/ci-latest-release.yml b/.github/workflows/ci-latest-release.yml index f917492..2e8f93a 100644 --- a/.github/workflows/ci-latest-release.yml +++ b/.github/workflows/ci-latest-release.yml @@ -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 @@ -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 - \ No newline at end of file +