We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4681956 commit a8faa20Copy full SHA for a8faa20
.github/workflows/test.yml
@@ -56,21 +56,6 @@ jobs:
56
timeout-minutes: 10
57
steps:
58
- uses: actions/checkout@v4
59
- - name: Prepare cache for Gentoo Linux
60
- if: |
61
- matrix.distribution == 'gentoo-linux'
62
- run: |
63
- docker pull gentoo/portage
64
- gentoo_portage_id=$(docker image inspect gentoo/portage | jq -r ".[0].Id")
65
- echo "GENTOO_PORTAGE_ID=${gentoo_portage_id}" >> "${GITHUB_ENV}"
66
- - name: Cache binary packages for Gentoo Linux
67
68
69
- uses: actions/cache@v4
70
- with:
71
- path: .cache
72
- key: ${{ matrix.distribution }}-${{ env.GENTOO_PORTAGE_ID }}
73
- restore-keys: ${{ matrix.distribution }}-
74
- name: Build Docker image
75
run: |
76
docker compose build ${{ matrix.distribution }}
0 commit comments