Skip to content

Commit 4c06e6a

Browse files
author
CssTechnology
authored
Update main.yml
1 parent 6c6eea0 commit 4c06e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
# docker build -t trialktyenb.jfrog.io/artifactory/springboot:${{ steps.get-version.outputs.version }} .
4848

4949
- name: Push Docker Image
50-
run: docker version
50+
run: VERSION=$(git rev-parse --short HEAD)
5151
# docker push trialktyenb.jfrog.io/artifactory/springboot:${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)