We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4f981 commit dbb6543Copy full SHA for dbb6543
.github/workflows/publish.yml
@@ -7,6 +7,8 @@ jobs:
7
push_to_registry:
8
name: Push Docker image to GitHub Packages
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ packages: write
12
env:
13
DOCKER_REPO: ghcr.io/spotify/flink-operator
14
steps:
0 commit comments