Skip to content

Commit

Permalink
remove force node 20 and update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 10, 2024
1 parent ba7c223 commit 6d9367a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
platform: [ linux/amd64, linux/arm64 ]

steps:
- name: Force Node 20
run: echo "FORCE_JAVASCRIPT_ACTIONS_TO_NODE20=true" >> $GITHUB_ENV

- name: Create a variable with platform '${{ matrix.platform }}' value
run: echo "PLATFORM=${{ matrix.platform }}" >> $GITHUB_ENV

Expand All @@ -45,7 +42,7 @@ jobs:
password: ${{ secrets.GHCR_TOKEN }}

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache--${{ steps.local_platform.outputs.local_platform }}-${{ matrix.directory }}
# key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 6d9367a

Please sign in to comment.