Skip to content

Commit 242d55c

Browse files
authored
Update ci.yml
1 parent 1ca9478 commit 242d55c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if [ "${GITHUB_REF}" == "refs/heads/main" ]; then
2424
docker tag app "${DOCKER_APP_IMAGE_NAME}:latest" &&\
2525
docker push "${DOCKER_APP_IMAGE_NAME}:latest" &&\
26-
apt install -y python3-yaml &&\
26+
sudo apt install -y python3-yaml &&\
2727
if ! git log -1 --pretty=format:"%s" | grep -- --no-deploy; then
2828
cd `mktemp -d` &&\
2929
echo "${DEPLOY_KEY}" > deploy_key &&\

0 commit comments

Comments
 (0)