From c70e66beeaa8b44eb9efec11e3b39e89b9cac014 Mon Sep 17 00:00:00 2001 From: Dome Date: Wed, 8 Apr 2026 15:49:04 +0200 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4d85ee4..23246b7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -31,4 +31,5 @@ jobs: push: true tags: | domoel/matrix-to:latest + domoel/matrix-to:${{ steps.vars.outputs.sha_short }} no-cache: true