Skip to content

Commit

Permalink
fix(docker): CI should also build prod image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Apr 7, 2024
1 parent 8f8f6dc commit 3c217ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v4

- name: Build a Docker image able to run yeswiki
run: docker build -f docker/dockerfile -t yeswiki/yeswiki .
run: docker build -f docker/dockerfile-prod -t yeswiki/yeswiki .

0 comments on commit 3c217ac

Please sign in to comment.