fix: dynamic Name routing #65
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: Release | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
#- uses: denoland/[email protected] | |
# with: | |
# deno-version: v1.x # Run with latest stable Deno. | |
#- run: deno fmt --check server/ | |
#- run: deno lint server/ | |
#- run: deno test --allow-all --coverage cov/ | |
#- run: deno coverage --lcov cov/ > cov.lcov | |
- uses: bitovi/[email protected] | |
with: | |
docker_username: ${{ secrets.DOCKERHUB_USERNAME }} | |
docker_password: ${{ secrets.DOCKERHUB_PASSWORD }} | |
org_name: edrys | |
image_tag: latest | |
- uses: ms-jpq/sync-dockerhub-readme@v1 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_PASSWORD }} | |
repository: edrys/edrys | |
readme: "./README.md" |