Skip to content

Upgrade actions/checkout and actions/cache #144

Upgrade actions/checkout and actions/cache

Upgrade actions/checkout and actions/cache #144

Workflow file for this run

name: Docker Image
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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 }}