Skip to content

Commit

Permalink
ci: images name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonian committed Oct 21, 2024
1 parent c2a6434 commit e5ae1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'v*'

env:
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}-api

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'v*'

env:
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}-web

jobs:
build:
Expand Down

0 comments on commit e5ae1dd

Please sign in to comment.