Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Merge pull request #7 from SagaStars/hispania_update #1

Merge pull request #7 from SagaStars/hispania_update

Merge pull request #7 from SagaStars/hispania_update #1

name: Docker Build
on:
workflow_dispatch:
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: shiptest13/shiptest
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
dockerfile: Dockerfile
tags: "latest"
cache: true