Skip to content

Commit f4c4074

Browse files
author
Dan Kelley
committed
added trailing slash
1 parent a717c1e commit f4c4074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-containers.yml

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

0 commit comments

Comments
 (0)