Skip to content

Commit 487df83

Browse files
authored
Fix tagging of debian build on GHCR
1 parent 7bacb4e commit 487df83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
fi
296296
VERSION=${TRAVIS_TAG}
297297
298-
TAGS="$IMAGE:$VERSION-debian,$GH_DEV_IMAGE:$VERSION"
298+
TAGS="$IMAGE:$VERSION-debian,$GH_DEV_IMAGE:$VERSION-debian"
299299
300300
fi
301301

0 commit comments

Comments
 (0)