Skip to content

Commit

Permalink
ci(docker-build): add docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
feightwywx committed Dec 8, 2024
1 parent 58e4c12 commit 8398bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
uses: docker/build-push-action@v6
with:
file: ./frontend/Dockerfile
context: ./frontend
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.frontend_meta.outputs.tags }}
Expand All @@ -69,6 +70,7 @@ jobs:
uses: docker/build-push-action@v6
with:
file: ./backend/app/Dockerfile
context: ./backend/app
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.frontend_meta.outputs.tags }}
Expand Down

0 comments on commit 8398bdb

Please sign in to comment.