Skip to content

Bump the remix group with 5 updates #3737

Bump the remix group with 5 updates

Bump the remix group with 5 updates #3737

Workflow file for this run

name: Build
on:
pull_request_target:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: docker/setup-buildx-action@v3
- uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: ${{ runner.os }}-buildx-
- uses: docker/build-push-action@v5
name: Build
with:
push: false
cache-from: |
type=local,src=/tmp/.buildx-cache