Skip to content

Commit

Permalink
replace git variable name according to stackoverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed May 22, 2024
1 parent ed0a9f3 commit 892889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 892889a

Please sign in to comment.