Skip to content

Commit

Permalink
Build docker on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed May 30, 2024
1 parent 3eef4b1 commit 74ccbaa
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '>=1.21.0'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Go Format
run: make fmt && git diff --exit-code
- name: Go Vet
Expand All @@ -26,12 +28,9 @@ jobs:
run: go mod download
- name: Go Mod Verify
run: go mod verify
- name: Go Build
run: make build
- name: Go Build
- name: Go Test
run: make test





- name: Build Docker
uses: docker/build-push-action@v5
with:
push: false

0 comments on commit 74ccbaa

Please sign in to comment.