Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build docker image in CI #2015

Merged
merged 9 commits into from
Jun 17, 2024
Prev Previous commit
Next Next commit
Fix path to Dockerfile
richardolsson committed Jun 6, 2024
commit e7987d62d2831d4a23ed98f96622d82357cda2bc
1 change: 1 addition & 0 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
file: ./env/frontend/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}