Skip to content

Commit

Permalink
fix: build nginx image for static files
Browse files Browse the repository at this point in the history
  • Loading branch information
olemathias committed Sep 12, 2024
1 parent 8555956 commit 85ccf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
APP_ENV=production
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}/wagtail-backend:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build nginx image for amd64
Expand All @@ -45,6 +45,6 @@ jobs:
APP_ENV=nginx-production
push: true
tags: |
ghcr.io/${{ github.repository }}:latest-nginx
ghcr.io/${{ github.repository }}/nginx-static:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 85ccf94

Please sign in to comment.