We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b5052 commit e91feffCopy full SHA for e91feff
.github/workflows/release.yaml
@@ -27,6 +27,8 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- uses: actions/checkout@v3
30
+ with:
31
+ persist-credentials: false
32
- name: Publish to registry
33
uses: elgohr/Publish-Docker-Github-Action@v4
34
with:
0 commit comments