Skip to content

Commit

Permalink
base-1.15. Django 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjiang committed Nov 13, 2023
1 parent f9dde75 commit 67878ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
uses: docker/build-push-action@v5
with:
cache-from: |
thespaghettidetective/web:base-1.14
thespaghettidetective/web:base-1.15
thespaghettidetective/web:base
ghcr.io/${{ env.REPOSITORY_LC }}/web:base-1.14
ghcr.io/${{ env.REPOSITORY_LC }}/web:base-1.15
ghcr.io/${{ env.REPOSITORY_LC }}/web:base
context: backend
file: backend/Dockerfile.base
Expand Down Expand Up @@ -182,4 +182,4 @@ jobs:
context: ml_api
file: ml_api/Dockerfile
push: true
tags: ghcr.io/${{ env.REPOSITORY_LC }}/ml:${{ env.GitVersion_FullSemVer_Docker }}
tags: ghcr.io/${{ env.REPOSITORY_LC }}/ml:${{ env.GitVersion_FullSemVer_Docker }}
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM thespaghettidetective/web:base-1.14
FROM thespaghettidetective/web:base-1.15

WORKDIR /app
EXPOSE 3334
Expand Down

0 comments on commit 67878ef

Please sign in to comment.