Skip to content

Merge pull request #175 from pacificclimate/doc/174 #441

Merge pull request #175 from pacificclimate/doc/174

Merge pull request #175 from pacificclimate/doc/174 #441

name: Docker Publishing
on:
push:
branches:
- '*'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: docker/build-push-action@v1
with:
username: ${{ secrets.pcicdevops_at_dockerhub_username }}
password: ${{ secrets.pcicdevops_at_dockerhub_password }}
dockerfile: ./docker/production/Dockerfile
repository: pcic/pdp
tag_with_ref: true