Skip to content

Commit

Permalink
adjusting publishing action (2)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Aug 20, 2024
1 parent d4e8de5 commit 36650b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docker-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
context: ${{ env.APP_NAME }}/.
context: ./${{ env.APP_NAME }}
platforms: linux/amd64
file: Dockerfile
tags: ghcr.io/cloud-py-api/visionatrix:${{ env.VERSION }}
build-args: |
BUILD_TYPE=cpu

0 comments on commit 36650b4

Please sign in to comment.