We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15be321 commit 52b9709Copy full SHA for 52b9709
2 files changed
.github/workflows/ci.yaml
@@ -31,4 +31,4 @@ jobs:
31
type=sha,suffix=-${{ matrix.release }}
32
type=raw,value=${{ matrix.release }}
33
type=raw,value=${{ matrix.release }}-{{date 'X'}}
34
- push: ${{ github.event_name == 'push' }}
+ push: ${{ github.ref == 'refs/heads/main' }}
renovate.json
@@ -3,6 +3,7 @@
3
"extends": [
4
"config:recommended",
5
"docker:pinDigests",
6
+ "group:allDigest",
7
"helpers:pinGitHubActionDigestsToSemver"
8
]
9
}
0 commit comments