From 0ea342c9923c36797bb4a0043967649a02144f4c Mon Sep 17 00:00:00 2001 From: Gharekhani Ehsan Date: Thu, 25 Dec 2025 07:59:07 +0330 Subject: [PATCH] add tags to push image --- .github/workflows/docker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 2c3bf32..3efa406 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -64,5 +64,6 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} \ No newline at end of file