Skip to content

Commit

Permalink
Verify that the Dockerfile builds successfully in CI (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes authored Aug 8, 2024
1 parent bb7f814 commit 6b7d9c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ jobs:
with:
go-version: '1.22.5'
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: go test ./...
- name: Run tests
run: go test ./...
- name: Verify the image builds successfully
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
with:
context: .

0 comments on commit 6b7d9c1

Please sign in to comment.