We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43288a commit 8934457Copy full SHA for 8934457
.github/workflows/docker-build.yml
@@ -12,13 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - name: Fix detached HEAD
16
- run: |
17
- git fetch --all
18
- git checkout ${{ github.ref_name }}
19
-
20
- name: Checkout repository
21
uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
22
23
- name: Log in to the GitHub Container Registry
24
uses: docker/login-action@v2
0 commit comments