Skip to content

Commit a717c1e

Browse files
author
Dan Kelley
committed
fixed path to dockerfile
1 parent 4a48c6d commit a717c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: 'Build Docker container image: server'
3434
run: |
3535
docker build \
36+
--file src/server/Dockerfile
3637
--cache-from "${DOCKER_REPOSITORY}/server:latest" \
3738
--tag "${DOCKER_REPOSITORY}/server:latest" \
3839
--tag "${DOCKER_REPOSITORY}/server:${DOCKER_TAG}" \

0 commit comments

Comments
 (0)