We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6006e4 + 7f0789c commit 74f6945Copy full SHA for 74f6945
.github/workflows/containers-publish.yml
@@ -47,7 +47,6 @@ jobs:
47
- name: 'Build Docker container image: frontend:latest'
48
run: |
49
docker build \
50
- --target runtime \
51
--cache-from "${DOCKER_REPOSITORY}/frontend:latest" \
52
--tag "${DOCKER_REPOSITORY}/frontend:latest" \
53
--tag "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}" \
0 commit comments