From f4b93078a553f9c259d6132874f7e70fdd23c2a6 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Wed, 8 Jan 2025 20:49:18 +0300 Subject: [PATCH] fix(ci): docker versioning tag --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cadcd1d..f6cb64a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: ghcr.io/${{ github.repository }} tags: | latest - type=schedule,pattern={{date 'YYYYMMDD'}} + ${{ github.sha }} - name: "Login to Docker Hub" if: github.event_name != 'pull_request' || github.event.inputs.push == 'true'