chore: branch as docker tags prefix
This commit is contained in:
parent
5d2d68671d
commit
74fd41a88b
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=sha
|
||||
type=sha,prefix={{branch}}-
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to DockerHub
|
||||
|
|
|
|||
Loading…
Reference in New Issue