Skip to content

Commit

Permalink
fix(workflow): publish container workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Dec 10, 2022
1 parent 5b607f3 commit e4c4828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:

pull_request:
paths:
- 'cloud/container/alwatr-services.dockerfile'
- 'cloud/container/alwatr-pwa.dockerfile'
- 'cloud/container/alwatr-*.dockerfile'
- '.github/workflows/publish-services.yml'

env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- 'v*.*.*'
branches:
- next
- main

pull_request:
paths:
Expand Down Expand Up @@ -48,20 +47,6 @@ jobs:
short: 1
full: 1.0.0-1.23-alpine

- image: storage-server
path: services/storage-server
description: Storage nanoservice with disk backed, Fastest NoSQL Database.
version:
short: 0
full: 0.24.1

- image: comment
path: services/comment
description: Distributed simple and fast comment nanoservice base on @alwatr/storage-server
version:
short: 0
full: 0.24.1

# - image: tdlib
# path: cloud/container/tdlib
# description: Cross-platform library for building Telegram clients.
Expand Down

0 comments on commit e4c4828

Please sign in to comment.