mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-04 03:48:40 +08:00
.
This commit is contained in:
parent
3f2514eb6e
commit
887bdeb648
4
.github/release-drafter.yml
vendored
4
.github/release-drafter.yml
vendored
@ -8,8 +8,8 @@
|
|||||||
# This release drafter follows the conventions from https://keepachangelog.com, https://common-changelog.org/
|
# This release drafter follows the conventions from https://keepachangelog.com, https://common-changelog.org/
|
||||||
# https://www.conventionalcommits.org
|
# https://www.conventionalcommits.org
|
||||||
|
|
||||||
name-template: $(echo $GITHUB_REF | sed 's/refs\/tags\///')
|
name-template: 'v$RESOLVED_VERSION'
|
||||||
tag-template: $(echo $GITHUB_REF | sed 's/refs\/tags\///')
|
tag-template: 'v$RESOLVED_VERSION'
|
||||||
template: |
|
template: |
|
||||||
## What Changed 👀
|
## What Changed 👀
|
||||||
$CHANGES
|
$CHANGES
|
||||||
|
|||||||
2
.github/workflows/build-publish-docker.yml
vendored
2
.github/workflows/build-publish-docker.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Print release tag
|
- name: Print release tag
|
||||||
run: echo "The release tag is $(echo $GITHUB_REF | sed 's/refs\/tags\///')"
|
run: echo "The release tag is $(echo 'v$RESOLVED_VERSION')"
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user