From 999d8a1163f65e58ac50605b5d1544d49b476fcf Mon Sep 17 00:00:00 2001 From: Matthew Kaminski Date: Mon, 18 Sep 2023 00:14:24 -0400 Subject: [PATCH] Fix branch name --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 3376f3f..7a13c11 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -86,7 +86,7 @@ jobs: with: context: . push: true - tags: ${{ secrets.REGISTRY_HOST }}/test/test:${{ gitea.ref_name }} + tags: ${{ secrets.REGISTRY_HOST }}/vsquad/pool-elo:${{ gitea.ref_name }} - name: Trigger deployment uses: fjogeleit/http-request-action@v1