Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux authored Mar 17, 2021
1 parent 041ede3 commit a3c5bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Check out the repo
- uses: actions/checkout@v2
with:
fetch-depth: 1
fetch-depth: 2
- run: git checkout HEAD^
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit a3c5bda

Please sign in to comment.