diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index c70baf1a..82865c08 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -68,6 +68,16 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - name: Cache asdf installation + id: cache + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + with: + path: | + /home/runner/.asdf + key: ${{ runner.os }}-${{ runner.arch }}-tooling-${{ hashFiles('**/.tool-versions') }} + restore-keys: | + ${{ runner.os }}-${{ runner.arch }}-tooling- + - name: Install tooling using asdf uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3 @@ -164,6 +174,16 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - name: Cache asdf installation + id: cache + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + with: + path: | + /home/runner/.asdf + key: ${{ runner.os }}-${{ runner.arch }}-tooling-${{ hashFiles('**/.tool-versions') }} + restore-keys: | + ${{ runner.os }}-${{ runner.arch }}-tooling- + - name: Install tooling using asdf uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3 @@ -210,7 +230,7 @@ jobs: fail-fast: false # don't propagate failing jobs matrix: runner_desc: - - runner: ubuntu-22.04 + - runner: ubuntu-24.04 postgres_replicas: 1 keycloak_jdbc_driver: postgresql keycloak_db_driver: org.postgresql.Driver @@ -255,6 +275,16 @@ jobs: libsqlite3-dev libffi-dev tcl-dev linux-headers-generic libgdbm-dev \ libreadline-dev tk tk-dev + - name: Cache asdf installation + id: cache + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + with: + path: | + /home/runner/.asdf + key: ${{ runner.os }}-${{ runner.arch }}-tooling-${{ hashFiles('**/.tool-versions') }} + restore-keys: | + ${{ runner.os }}-${{ runner.arch }}-tooling- + - name: Install tooling using asdf uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3 @@ -484,6 +514,16 @@ jobs: python-enabled: false buildx-install: true + - name: Cache asdf installation + id: cache + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + with: + path: | + /home/runner/.asdf + key: ${{ runner.os }}-${{ runner.arch }}-tooling-${{ hashFiles('**/.tool-versions') }} + restore-keys: | + ${{ runner.os }}-${{ runner.arch }}-tooling- + - name: Install tooling using asdf uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3