Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/python-multipart-0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 authored Dec 17, 2024
2 parents 65b1ca6 + d86bebd commit 119a6dc
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 119a6dc

Please sign in to comment.