EMP-228: Adds date_of_birth
and document_id
to ContactInfo
#437
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and publish Docker image | |
on: | |
push: | |
branches: | |
- 'master' | |
- 'epic/**' | |
pull_request: | |
branches: ['**'] | |
env: | |
REGISTRY: ghcr.io | |
jobs: | |
build-push: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: valitydev/action-deploy-docker@v2 | |
with: | |
registry-username: ${{ github.actor }} | |
registry-access-token: ${{ secrets.GITHUB_TOKEN }} |