Skip to content

Commit

Permalink
Add Docker setup and CI workflow for image build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry2080 committed Nov 11, 2024
1 parent b41bccb commit 42c7784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
context: .
push: true
pull: true
file: build/app/Dockerfile
file: main/build/app/Dockerfile
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 42c7784

Please sign in to comment.