Skip to content
Snippets Groups Projects
Commit 364693da authored by Uku Taht's avatar Uku Taht
Browse files

Add branch name

parent 9fe74af4
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ jobs: ...@@ -12,6 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: nelonoel/branch-name@v1.0.1
- -
name: Set up QEMU name: Set up QEMU
...@@ -35,7 +36,7 @@ jobs: ...@@ -35,7 +36,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
push: true push: true
tags: plausible/analytics:${GITHUB_REF##*/} tags: plausible/analytics:${BRANCH_NAME}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache
- -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment