From 4ae3fd3d4706ba72eacd2c01df06fbe3a293c8ad Mon Sep 17 00:00:00 2001 From: Dhruvin Shah Date: Sat, 6 Jan 2024 22:27:24 -0500 Subject: [PATCH] ci(fix): correcting branch name --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9fc4a56..12e486b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -30,7 +30,7 @@ jobs: images: | ghcr.io/${{ github.repository }} tags: | - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} + type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} type=ref,event=branch - name: Build and push