We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaec8e2 commit 6c6eea0Copy full SHA for 6c6eea0
.github/workflows/main.yml
@@ -43,8 +43,8 @@ jobs:
43
password: ${{ secrets.JFROG_TOKEN }}
44
45
- name: Build Docker Image
46
- run: |
47
- docker build -t trialktyenb.jfrog.io/artifactory/springboot:${{ steps.get-version.outputs.version }} .
+ run: docker version
+ # docker build -t trialktyenb.jfrog.io/artifactory/springboot:${{ steps.get-version.outputs.version }} .
48
49
- name: Push Docker Image
50
run: docker version
0 commit comments