Skip to content

Commit

Permalink
Merge pull request #28 from mauvehed/chore/docker-publish-updates
Browse files Browse the repository at this point in the history
Chore/docker publish updates
  • Loading branch information
mauvehed authored Dec 21, 2024
2 parents f66fa79 + 0a6cb30 commit f3175d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ on:
- cron: '37 5 * * *'
push:
branches: [ "main" ]
paths:
- 'Dockerfile'
- 'bm_monitor.py'

# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
paths:
- 'Dockerfile'
- 'bm_monitor.py'


env:
# Use docker.io for Docker Hub if empty
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Dependabot Updates](https://github.com/mauvehed/bm_monitor/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/mauvehed/bm_monitor/actions/workflows/dependabot/dependabot-updates) [![Docker Publish](https://github.com/mauvehed/bm_monitor/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/mauvehed/bm_monitor/actions/workflows/docker-publish.yml) [![CodeQL](https://github.com/mauvehed/bm_monitor/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/mauvehed/bm_monitor/actions/workflows/github-code-scanning/codeql) [![Pylint](https://github.com/mauvehed/bm_monitor/actions/workflows/pylint.yml/badge.svg)](https://github.com/mauvehed/bm_monitor/actions/workflows/pylint.yml)
[![Docker Publish](https://github.com/mauvehed/bm_monitor/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/mauvehed/bm_monitor/actions/workflows/docker-publish.yml) [![CodeQL](https://github.com/mauvehed/bm_monitor/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/mauvehed/bm_monitor/actions/workflows/github-code-scanning/codeql) [![Dependabot Updates](https://github.com/mauvehed/bm_monitor/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/mauvehed/bm_monitor/actions/workflows/dependabot/dependabot-updates)

# Brandmeister Last Heard Monitor

Expand Down

0 comments on commit f3175d7

Please sign in to comment.