Skip to content

Update in one more spot #146

Update in one more spot

Update in one more spot #146

Workflow file for this run

name: Docker Image
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mr-smithers-excellent/docker-build-push@v6
with:
image: ${{ secrets.DOCKERHUB_USERNAME }}/nagbot
addTimestamp: true
registry: docker.io
dockerfile: Dockerfile
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}