Skip to content

Commit aaec8e2

Browse files
author
CssTechnology
authored
Update main.yml
1 parent cc5f821 commit aaec8e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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: |
51-
docker push trialktyenb.jfrog.io/artifactory/springboot:${{ steps.get-version.outputs.version }}
50+
run: docker version
51+
# docker push trialktyenb.jfrog.io/artifactory/springboot:${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)