Skip to content

Commit

Permalink
ci: add docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Sep 27, 2023
1 parent 44487ac commit 8821cd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
uses: ./.github/actions/setup
with:
node_version: 19.5.0
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Commit lint
shell: bash
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 8821cd0

Please sign in to comment.