Skip to content

Commit

Permalink
test: test the image build
Browse files Browse the repository at this point in the history
  • Loading branch information
philchristensen committed Oct 7, 2024
1 parent f854ad3 commit 2a8ffbd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: django-slack
run-name: Build a new django-slack examples image.
on: [push]
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- name: Build Docker image to verify, don't push.
uses: docker/build-push-action@v6
with:
push: false
platforms: linux/amd64

0 comments on commit 2a8ffbd

Please sign in to comment.