Skip to content

Commit 7f0789c

Browse files
fix(ci): remove nonexistent target
1 parent 8261f1c commit 7f0789c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/containers-publish.yml

Lines changed: 0 additions & 1 deletion
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)