Skip to content

You can plunge geysers with a normal plunger and removes reinforced p… #1420

You can plunge geysers with a normal plunger and removes reinforced p…

You can plunge geysers with a normal plunger and removes reinforced p… #1420

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