Skip to content

Commit

Permalink
Docker github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Dec 25, 2024
1 parent 4b82e9a commit ac9b73b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,18 @@ jobs:
with:
flags: javascript
token: ${{ secrets.CODECOV_TOKEN }}
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
push: false
target: prod
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit ac9b73b

Please sign in to comment.