Skip to content

Commit

Permalink
fix(workflow): service name
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 27, 2023
1 parent 7fac28d commit 888fa85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
fail-fast: false
matrix:
include:
- name: storage-api
path: ./packages/api
context: .
- name: storage-nginx
- name: store-nginx
path: ./packages/nginx
context: ./packages/nginx
# - name: store-api
# path: ./packages/api
# context: .

permissions:
contents: read
Expand Down

0 comments on commit 888fa85

Please sign in to comment.