Skip to content

Commit

Permalink
feat: add proper support for Fastify server
Browse files Browse the repository at this point in the history
Ref #91

Co-authored-by: Daniel T. Silva <[email protected]>
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun and 7Silva committed Jun 26, 2024
1 parent 3a06b85 commit 4bc2adc
Show file tree
Hide file tree
Showing 6 changed files with 678 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
run: |
REPO_OWNER_LOWERCASE="$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')"
echo "REPO_OWNER_LOWERCASE=$REPO_OWNER_LOWERCASE" >> "$GITHUB_ENV"
echo "IMAGE_NAME=ghcr.io/$REPO_OWNER_LOWERCASE/chronos-fe" >> "$GITHUB_ENV"
echo "IMAGE_URL=ghcr.io/$REPO_OWNER_LOWERCASE/chronos-fe" >> "$GITHUB_ENV"
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v5
with:
images: |
${{ env. IMAGE_NAME }}
${{ env. IMAGE_URL }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down Expand Up @@ -79,6 +79,6 @@ jobs:
id: attest
if: ${{ github.event_name != 'pull_request' }}
with:
subject-name: ${{ env.IMAGE_NAME }}
subject-name: ${{ env.IMAGE_URL }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: false
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
<script type="module" src="/src/main.ts"></script>
</body>

</html>
</html>
Loading

0 comments on commit 4bc2adc

Please sign in to comment.