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 953ffc4 commit 50a87fcCopy full SHA for 50a87fc
.github/workflows/docker.yaml
@@ -62,7 +62,7 @@ jobs:
62
fi
63
64
# If main or tag, then push to `pgduckdb/pgduckdb`
65
- git fetch --tags
+ git fetch --tags --force
66
if [ "$BRANCH" = "main" ] || git rev-parse --verify $BRANCH^{tag} > /dev/null 2>&1; then
67
TARGET_REPO='pgduckdb/pgduckdb'
68
else
0 commit comments