Skip to content

Commit

Permalink
feat: cicd docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hientominh committed Nov 6, 2024
1 parent 745b42a commit c179e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-build-docker-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
file: ./docker/Dockerfile
push: true
tags: ${{ inputs.tags }}
build-args: |
Expand Down

0 comments on commit c179e67

Please sign in to comment.