mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 19:41:52 +08:00
.
This commit is contained in:
parent
b61c07db82
commit
fc89e3fe33
8
.github/workflows/build-publish-docker.yml
vendored
8
.github/workflows/build-publish-docker.yml
vendored
@ -18,10 +18,10 @@ jobs:
|
|||||||
- name: Process version of the tag
|
- name: Process version of the tag
|
||||||
id: version
|
id: version
|
||||||
uses: ncipollo/semantic-version-action@v1
|
uses: ncipollo/semantic-version-action@v1
|
||||||
- name: Dump steps context
|
- name: Dump steps context
|
||||||
env:
|
env:
|
||||||
STEPS_CONTEXT: ${{ toJson(steps.version.outputs) }}
|
STEPS_CONTEXT: ${{ toJson(steps.version.outputs) }}
|
||||||
run: echo "$STEPS_CONTEXT"
|
run: echo "$STEPS_CONTEXT"
|
||||||
#
|
#
|
||||||
# - name: Get release tag
|
# - name: Get release tag
|
||||||
# run: echo "::set-output name=tag::$(echo $GITHUB_REF)"
|
# run: echo "::set-output name=tag::$(echo $GITHUB_REF)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user