Skip to content

Commit

Permalink
add build docker jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 1, 2024
1 parent 41c9637 commit f3ae4a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,19 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn test:test-release

build_docker:
name: Build docker image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false
tags: |
docker.io/parity/substrate-api-sidecar:latest

0 comments on commit f3ae4a4

Please sign in to comment.