There was an error while loading. Please reload this page.
1 parent 1ca9478 commit 242d55cCopy full SHA for 242d55c
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
if [ "${GITHUB_REF}" == "refs/heads/main" ]; then
24
docker tag app "${DOCKER_APP_IMAGE_NAME}:latest" &&\
25
docker push "${DOCKER_APP_IMAGE_NAME}:latest" &&\
26
- apt install -y python3-yaml &&\
+ sudo apt install -y python3-yaml &&\
27
if ! git log -1 --pretty=format:"%s" | grep -- --no-deploy; then
28
cd `mktemp -d` &&\
29
echo "${DEPLOY_KEY}" > deploy_key &&\
0 commit comments