Skip to content

Merge branch 'master' into py3 #444

Merge branch 'master' into py3

Merge branch 'master' into py3 #444

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