From 2879fbb25b765486643db371d47c11a33485169e Mon Sep 17 00:00:00 2001 From: Sergey Novikov Date: Thu, 31 Oct 2024 14:45:55 +0500 Subject: [PATCH] Fix ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0a096e..5c0a40b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: build and push master image - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' run: | docker build -t radiot/tg-retrans:master . docker login --username ${{ secrets.DOCKERHUB_USER }} --password ${{ secrets.DOCKERHUB_PASSWD }}