We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89271e4 commit 5346c6bCopy full SHA for 5346c6b
.github/workflows/docker-build-push.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout code
33
uses: actions/checkout@v3
34
with:
35
- fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
+ fetch-depth: 0
36
- name: Generate Matrix Action
37
id: set-matrix
38
uses: submitty/[email protected]
0 commit comments