Skip to content

Commit 74f6945

Browse files
Merge pull request #37 from CodeForPhilly/develop
Release: v0.1.2
2 parents e6006e4 + 7f0789c commit 74f6945

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/containers-publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- name: 'Build Docker container image: frontend:latest'
4848
run: |
4949
docker build \
50-
--target runtime \
5150
--cache-from "${DOCKER_REPOSITORY}/frontend:latest" \
5251
--tag "${DOCKER_REPOSITORY}/frontend:latest" \
5352
--tag "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}" \

0 commit comments

Comments
 (0)