Skip to content

Commit

Permalink
Merge pull request #2581 from ujh/docker-github-action
Browse files Browse the repository at this point in the history
Docker github action
  • Loading branch information
ujh authored Dec 25, 2024
2 parents 4b82e9a + ac9b73b commit cac63fc
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 cac63fc

Please sign in to comment.