From 892889abe3816347d7401c2f900a77c425883e20 Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 22 May 2024 16:12:41 +0200 Subject: [PATCH] replace git variable name according to stackoverflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69b9832..427a94f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,4 +27,4 @@ jobs: uses: docker/build-push-action@v4 with: push: true - tags: "devkba/cake2-app-template:$GITHUB_REF_NAME" + tags: "${{ secrets.DOCKERHUB_USERNAME }}/cake2-app-template:${{ github.ref_name }}"