Skip to content

Commit

Permalink
feat(ci): utilize reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 21, 2024
1 parent f11f2f4 commit 23e3d4a
Show file tree
Hide file tree
Showing 7 changed files with 578 additions and 1,383 deletions.
2 changes: 1 addition & 1 deletion .github/bin/get-buildx-args
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
echo --output "type=image,push=true"
echo --tag "${DOCKER_IMAGE:-weblate/weblate}:bleeding"
echo --tag "${DOCKER_IMAGE:-weblate/weblate}:bleeding-$(cat .github/args-date)-$(cat .github/args-sha)"
elif [ "$1" = "publish" ] ; then
elif [ "$1" = "publish" ] || [ "$1" = "publish-stable" ] ; then
# Publishing normal image
echo --output "type=image,push=true"

Expand Down
Loading

0 comments on commit 23e3d4a

Please sign in to comment.