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