We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d103ef3 + e91feff commit 7a09b9aCopy full SHA for 7a09b9a
.github/workflows/release.yaml
@@ -11,6 +11,7 @@ jobs:
11
uses: actions/checkout@v3
12
with:
13
fetch-depth: 0
14
+ persist-credentials: false
15
- name: Set up go
16
uses: actions/setup-go@v3
17
@@ -26,6 +27,8 @@ jobs:
26
27
runs-on: ubuntu-latest
28
steps:
29
- uses: actions/checkout@v3
30
+ with:
31
32
- name: Publish to registry
33
uses: elgohr/Publish-Docker-Github-Action@v4
34
.github/workflows/test.yaml
@@ -9,6 +9,8 @@ jobs:
9
10
- name: Checkout
0 commit comments