From 871c718fedd5e524de3963f03761e1d757d91154 Mon Sep 17 00:00:00 2001 From: Xieyt Date: Tue, 4 Jun 2024 15:20:42 +0530 Subject: [PATCH] fix: correct tag push for docker images --- .github/workflows/bake-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bake-images.yml b/.github/workflows/bake-images.yml index 05e04308..ca9efdea 100644 --- a/.github/workflows/bake-images.yml +++ b/.github/workflows/bake-images.yml @@ -78,6 +78,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: + ref: main fetch-depth: 0 - name: Set up tag