Skip to content

[WIP] Removes furry code and remains of anything genital related (#51) #15

[WIP] Removes furry code and remains of anything genital related (#51)

[WIP] Removes furry code and remains of anything genital related (#51) #15

name: Docker Build
on:
push:
branches:
- master
jobs:
publish:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Build and Publish Docker Image to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: arfsss13/coyote-bayou
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
dockerfile: Dockerfile
tags: "latest"