-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub actions cache version and remove redundant bazel step i…
…n sylius-php workflow
- Loading branch information
1 parent
468f2dc
commit c1e8f43
Showing
4 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Cache Docker layers | ||
uses: actions/cache@v3.3.2 | ||
uses: actions/cache@v4.0.0 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: "${{ runner.os }}-nginx-alpine-buildx-cache-${{ vars.CACHE_VERSION }}-${{ steps.generate-uuid.outputs.uuid }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Cache Docker layers | ||
uses: actions/cache@v3.3.2 | ||
uses: actions/cache@v4.0.0 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: "${{ runner.os }}-php-${{ matrix.php }}-${{ matrix.distro }}-buildx-cache-${{ vars.CACHE_VERSION }}-${{ steps.generate-uuid.outputs.uuid }}" | ||
|
@@ -114,13 +114,8 @@ jobs: | |
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new-arm64 | ||
outputs: type=docker,dest=./external/image-arm64.tar | ||
|
||
- name: Setup Bazel | ||
uses: abhinavsingh/setup-bazel@v3 | ||
with: | ||
version: 5.0.0 | ||
|
||
- name: Mount Bazel cache | ||
uses: actions/cache@v3.3.2 | ||
uses: actions/cache@v4.0.0 | ||
with: | ||
path: "~/.cache/bazel" | ||
key: "${{ runner.os }}-php-${{ matrix.php }}-${{ matrix.distro }}-bazel-cache-${{ vars.CACHE_VERSION }}-${{ steps.generate-uuid.outputs.uuid }}" | ||
|
@@ -201,7 +196,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Cache Docker layers | ||
uses: actions/cache@v3.3.2 | ||
uses: actions/cache@v4.0.0 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: "${{ runner.os }}-php-xdebug-${{ matrix.php }}-${{ matrix.distro }}-buildx-cache-${{ vars.CACHE_VERSION }}-${{ steps.generate-uuid.outputs.uuid }}" | ||
|
@@ -284,7 +279,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Cache Docker layers | ||
uses: actions/cache@v3.3.2 | ||
uses: actions/cache@v4.0.0 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: "${{ runner.os }}-php-fixuid-${{ matrix.php }}-${{ matrix.version }}-buildx-cache-${{ vars.CACHE_VERSION }}-${{ steps.generate-uuid.outputs.uuid }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters