Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(soffit-pwa): publish container
Browse files Browse the repository at this point in the history
njfamirm committed Jan 15, 2023

Verified

This commit was signed with the committer’s verified signature.
beausmith Beau Smith
1 parent 07dd51f commit 0c03fa4
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/publish-alwatr-container.yml
Original file line number Diff line number Diff line change
@@ -70,6 +70,11 @@ jobs:
dockerfile: cloud/container/alwatr-pwa.dockerfile
description: Alwatr Flight Finder PWA.

- image: soffit-pwa
source: uniquely/soffit-pwa
dockerfile: cloud/container/alwatr-pwa.dockerfile
description: Alwatr Soffit PWA.

permissions:
contents: read
packages: write
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
// uniquely
{"path": "./uniquely/flight-finder-api"},
{"path": "./uniquely/flight-finder-pwa"},
{"path": "./uniquely/soffit-site-pwa"},
{"path": "./uniquely/soffit-pwa"},
{"path": "./ui/demo-pwa"},

// labs

0 comments on commit 0c03fa4

Please sign in to comment.