Skip to content

Commit

Permalink
chore(ci): test docker build on pull request (#5588)
Browse files Browse the repository at this point in the history
* chore: test docker build on pull request

* chore: remove branch filter; useful in forks on integration branches
  • Loading branch information
roblambell authored Dec 17, 2024
1 parent 8321484 commit d86bebd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish-image-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test image build

on: pull_request

jobs:
build_image:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build without push
uses: docker/build-push-action@v1
with:
push: false

0 comments on commit d86bebd

Please sign in to comment.