Skip to content

Commit

Permalink
Merge pull request #79 from jd-apprentice/development
Browse files Browse the repository at this point in the history
chore: dockerfile path
  • Loading branch information
jd-apprentice authored Sep 13, 2024
2 parents c832f39 + 8ed10b5 commit b49c3c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:${{ env.APP_VERSION }}
platforms: linux/amd64,linux/arm64

0 comments on commit b49c3c3

Please sign in to comment.