Skip to content

Fixup FHIR Bundles (#42) #183

Fixup FHIR Bundles (#42)

Fixup FHIR Bundles (#42) #183

Workflow file for this run

# docker continuous delivery
# deliver docker images to configured repo with tags to match branches and git tags
---
name: Publish Docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout git commit
uses: actions/checkout@main
- name: Publish to GitHub Container Registry
# todo: pin to hash
uses: elgohr/Publish-Docker-Github-Action@main
with:
name: ${{ github.repository }}
registry: ghcr.io
# GitHub actor
username: ${{ github.actor }}
# GitHub access token
password: ${{ secrets.GITHUB_TOKEN }}
# create docker image tags to match git tags
tag_names: true