diff --git a/actions/prepare_azure_metadata/action.yaml b/actions/prepare_azure_metadata/action.yaml index 4f11b127..3b6db5ff 100644 --- a/actions/prepare_azure_metadata/action.yaml +++ b/actions/prepare_azure_metadata/action.yaml @@ -23,10 +23,9 @@ runs: - name: Set up Docker shell: bash run: | - sudo apt-get update - sudo apt-get install -y docker.io sudo systemctl start docker sudo systemctl enable docker + sudo systemctl status docker - name: Generate Azure enclave deployment artifacts id: enclave_artifacts