Skip to content

Commit

Permalink
maybe fixed the build issue - it was using the same image name
Browse files Browse the repository at this point in the history
  • Loading branch information
crackitty committed Oct 30, 2024
1 parent 31cdd07 commit cab946f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-demo-comics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: middlewaregruppen/books-universium
IMAGE_VERSION: 0.1.1
IMAGE_NAME: middlewaregruppen/demo-comics
IMAGE_VERSION: 0.21

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion books-universium/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ uvicorn>=0.15.0,<0.16.0
jinja2
fastapi==0.75.0
pydantic>=1.8.0,<2.0.0
schematics
schematics
2 changes: 1 addition & 1 deletion demo-comics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ uvicorn>=0.15.0,<0.16.0
jinja2
fastapi==0.75.0
pydantic>=1.8.0,<2.0.0
schematics
schematics

0 comments on commit cab946f

Please sign in to comment.