Skip to content

Commit 6c6eea0

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

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
@@ -43,8 +43,8 @@ jobs:
4343
password: ${{ secrets.JFROG_TOKEN }}
4444

4545
- name: Build Docker Image
46-
run: |
47-
docker build -t trialktyenb.jfrog.io/artifactory/springboot:${{ steps.get-version.outputs.version }} .
46+
run: docker version
47+
# docker build -t trialktyenb.jfrog.io/artifactory/springboot:${{ steps.get-version.outputs.version }} .
4848

4949
- name: Push Docker Image
5050
run: docker version

0 commit comments

Comments
 (0)