From 053f9ad13fd2366661304c94563ff752901902e3 Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 20 Jul 2024 10:17:20 +0200 Subject: [PATCH] Update update_docker.yml --- .github/workflows/update_docker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update_docker.yml b/.github/workflows/update_docker.yml index 1e8a56a..0d0bd5b 100644 --- a/.github/workflows/update_docker.yml +++ b/.github/workflows/update_docker.yml @@ -31,10 +31,10 @@ jobs: release: "bookworm" cache-from: "" # no caching cache-to: "" # no caching - - os: "debian" - release: "sid" - cache-from: "" # no caching - cache-to: "" # no caching +# - os: "debian" +# release: "sid" +# cache-from: "" # no caching +# cache-to: "" # no caching - os: "ubuntu" release: "noble" cache-from: "type=gha,scope=docker_build_noble" # all-automatic GitHub Actions caching @@ -151,4 +151,4 @@ jobs: - uses: actions/checkout@v4 - uses: gautamkrishnar/keepalive-workflow@v2 with: - use_api: true \ No newline at end of file + use_api: true