Skip to content

Commit

Permalink
fix(workflow): disable ff-pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jan 30, 2023
1 parent 9d3b2ed commit 676d5bd
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish-alwatr-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,21 @@ jobs:
description: Alwatr Telegram Notify Microservice, Distributed simple and fast telegram notify nanoservice.

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

- image: flight-finder-api
source: uniquely/flight-finder-api
dockerfile: cloud/container/alwatr-services.dockerfile
description: Alwatr Flight Finder Application API.

- image: flight-finder-pwa
source: uniquely/flight-finder-pwa
dockerfile: cloud/container/alwatr-pwa.dockerfile
description: Alwatr Flight Finder PWA.
# - image: flight-finder-pwa
# source: uniquely/flight-finder-pwa
# 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: Soffit PWA.

permissions:
contents: read
Expand Down

0 comments on commit 676d5bd

Please sign in to comment.