Skip to content

Deploy to production #51

Deploy to production

Deploy to production #51

name: Deploy to production
on: workflow_dispatch
jobs:
deploy_production:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Caching is making builds slower:
# https://github.com/satackey/action-docker-layer-caching/issues/305
# - uses: satackey/action-docker-layer-caching@v0.0.11
# continue-on-error: true
- uses: zenato/docker-action@master
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
repository: ${{ secrets.REGISTRY_REPO }}
registry: ${{ secrets.REGISTRY_URL }}
tag: production