diff --git a/.github/workflows/release_dockerhub_image.yml b/.github/workflows/release_dockerhub_image.yml index 17b8cb10312f6..2b22a3a0c1bd3 100644 --- a/.github/workflows/release_dockerhub_image.yml +++ b/.github/workflows/release_dockerhub_image.yml @@ -27,6 +27,8 @@ on: # yamllint disable-line rule:truthy description: 'Skip Latest: Set to true if not latest.' default: '' required: false +permissions: + contents: read concurrency: group: ${{ github.event.inputs.airflowVersion }} cancel-in-progress: true