From 43fce4fe5712578d91d9e2eeba38df8d19854a22 Mon Sep 17 00:00:00 2001 From: Cyrus <63274991+cyrus01337@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:10:30 +0100 Subject: [PATCH] Correct repository name check --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index bc6e3b1..e461c74 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -32,7 +32,7 @@ jobs: name: Publish to Docker Hub needs: check runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' && github.repository == '*/*-app-boilerplate' + if: github.ref == 'refs/heads/main' && github.repository == '*/next-app-boilerplate' steps: - uses: actions/checkout@v4