Pin vaultwarden image version

This commit is contained in:
2026-08-22 23:57:37 +03:00
parent 30f7dc0ce2
commit 36e7747573
3 changed files with 9 additions and 6 deletions
+3 -2
View File
@@ -147,7 +147,8 @@ jobs:
DRY_RUN_FLAG=""
fi
if docker compose \${DRY_RUN_FLAG} -f "docker-compose-${REF_NAME}.yml" up -d --remove-orphans > ${DEPLOY_LOG_FILE} 2>&1; then
if docker compose \${DRY_RUN_FLAG} -f "docker-compose-${REF_NAME}.yml" pull > ${DEPLOY_LOG_FILE} 2>&1 && \
docker compose \${DRY_RUN_FLAG} -f "docker-compose-${REF_NAME}.yml" up -d --remove-orphans >> ${DEPLOY_LOG_FILE} 2>&1; then
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \
--proxy "${PROXY_URL}" \
-d "chat_id=${TELEGRAM_CHAT}" \
@@ -168,4 +169,4 @@ jobs:
' > /dev/null 2>&1 &
EOT
echo "New containers will be started after 5 seconds"
echo "New containers will be started after 5 seconds"