We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdf010 commit f8d6375Copy full SHA for f8d6375
1 file changed
.github/workflows/docker.yaml
@@ -11,5 +11,5 @@ jobs:
11
runs-on: ubuntu-22.04
12
steps:
13
- uses: actions/checkout@v2
14
- - run: git fetch --unshallow --tags --prune
+ - run: git fetch --unshallow --tags --prune --force
15
- run: docker build -t catmaid .
0 commit comments