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