Skip to content

Commit f8d6375

Browse files
committed
Docker: make sure all local tags are updated in CI build
1 parent 0fdf010 commit f8d6375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v2
14-
- run: git fetch --unshallow --tags --prune
14+
- run: git fetch --unshallow --tags --prune --force
1515
- run: docker build -t catmaid .

0 commit comments

Comments
 (0)