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 66b540a commit 036c472Copy full SHA for 036c472
.github/workflows/main.yml
@@ -42,11 +42,6 @@ jobs:
42
username: ${{ secrets.JFROG_USERNAME }}
43
password: ${{ secrets.JFROG_TOKEN }}
44
45
- - name: Build and push Docker image
46
- uses: docker/build-push-action@v3
47
- with:
48
- context: .
49
- push: true
50
- tags: |
51
- trialktyenb.jfrog.io/docker-repo/myimage:${{ steps.get-version.outputs.version }}
52
-
+ - name: Build and Push Docker Image
+ run: |
+ docker buildx build --tag trialktyenb.jfrog.io/docker-repo/myimage:${{ steps.get-version.outputs.version }} --push .
0 commit comments