Closed boscohyun closed 3 weeks ago
Make push docker image GitHub Actions workflow work. It may be resolved by the following line:
push docker image
https://github.com/planetarium/9c-board/blob/afc38974da554614e12e946b83920c65bb1c3f47/Dockerfile#L11
Since #63, .yarn/install-state.gz file was removed but Dockerfile wasn't updated. So the Docker image build is failing now.
.yarn/install-state.gz
Dockerfile
정말 저에게 알맞는 이슈인것 같습니다!
Overview
Make
push docker image
GitHub Actions workflow work. It may be resolved by the following line:https://github.com/planetarium/9c-board/blob/afc38974da554614e12e946b83920c65bb1c3f47/Dockerfile#L11
Context
Since #63,
.yarn/install-state.gz
file was removed butDockerfile
wasn't updated. So the Docker image build is failing now.