aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml4
-rw-r--r--.github/workflows/main.yml1
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 907bb4bc..3735e8d6 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -15,8 +15,8 @@ jobs:
- name: Build image
run: |
- docker build . --target workers --tag hoarder-workers
- docker build . --target web --tag hoarder-web
+ docker build . --target workers --tag hoarder-workers -f docker/Dockerfile
+ docker build . --target web --tag hoarder-web -f docker/Dockerfile
- name: Log in to registry
# This is where you will update the PAT to GITHUB_TOKEN
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 44c238f4..28bb13fb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
+ pull_request:
jobs:
build-lint:
name: Build and Lint