From 5f0148e0ece2aad1d640e3fa19f99be5be86b542 Mon Sep 17 00:00:00 2001 From: Gokhan Sari Date: Mon, 15 Jan 2024 03:03:32 +0300 Subject: [PATCH] Update build-and-publish.yml --- .github/workflows/build-and-publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index c4a31c7..6319b91 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -35,9 +35,6 @@ jobs: images: | ghcr.io/${{ github.repository }} ${{ github.repository }} - tags: | - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} - type=semver,pattern={{version}} - name: Build and push docker image uses: docker/build-push-action@v5