Skip to content

Commit

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

0 comments on commit 0a94792

Please sign in to comment.