From bdd1104761f82cc9db0aa1150ed78ac364d50a28 Mon Sep 17 00:00:00 2001 From: Harxhit Date: Fri, 21 Nov 2025 12:25:30 +0530 Subject: [PATCH 1/2] testing pipeline --- .github/workflows/image-ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/image-ci.yaml b/.github/workflows/image-ci.yaml index f403409..f4c3b8f 100644 --- a/.github/workflows/image-ci.yaml +++ b/.github/workflows/image-ci.yaml @@ -18,9 +18,6 @@ jobs: uses: docker/metadata-action@v4 with: images: harxhitttt/image-ci - tags: | - type=ref,name=short - type=ref,event=tag - name: Log in to Docker Hub uses: docker/login-action@v2 with: From c65fac45309296d7c33e83c5046f299595788b57 Mon Sep 17 00:00:00 2001 From: Harxhit Date: Fri, 21 Nov 2025 12:29:11 +0530 Subject: [PATCH 2/2] Test-2 for pipeline --- .github/workflows/image-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/image-ci.yaml b/.github/workflows/image-ci.yaml index f4c3b8f..085366a 100644 --- a/.github/workflows/image-ci.yaml +++ b/.github/workflows/image-ci.yaml @@ -18,6 +18,7 @@ jobs: uses: docker/metadata-action@v4 with: images: harxhitttt/image-ci + tags: latest - name: Log in to Docker Hub uses: docker/login-action@v2 with: