Skip to content

Commit

Permalink
Test cache in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
exitfound committed Mar 31, 2024
1 parent 1e488af commit 7270f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/molecule-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 3
max-parallel: 6
matrix:
OS_VERSION: [opensuse15.3, opensuse15.4, opensuse15.5, centos8, centos9, debian10, debian11, debian12, ubuntu20.04, ubuntu22.04, ubuntu24.04]
env:
Expand Down Expand Up @@ -204,5 +204,5 @@ jobs:
context: ./dockerfiles/
tags: mdd13/ansible-docker-ubuntu:${{ env.OS_VERSION }}
file: ./dockerfiles/${{ env.OS_VERSION }}.dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=mdd13/ansible-docker-ubuntu:cache
cache-to: type=registry,ref=mdd13/ansible-docker-ubuntu:cache,mode=max

0 comments on commit 7270f79

Please sign in to comment.