mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-09 17:05:01 +00:00
use github.head_ref, if available (pull requests)
Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
parent
99b0ba898a
commit
b090eb9500
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -686,7 +686,7 @@ jobs:
|
||||
source_ref: v0.1.0
|
||||
docker_user: hardcoreeng
|
||||
docker_password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
docker_image: "hardcoreeng/hulykvs:${{ github.ref_name }}"
|
||||
docker_image: "hardcoreeng/hulykvs:${{ github.head_ref || github.ref_name }}"
|
||||
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
|
Loading…
Reference in New Issue
Block a user