Skip to content

Bump actions/github-script from 6 to 7 (#5016) #10507

Bump actions/github-script from 6 to 7 (#5016)

Bump actions/github-script from 6 to 7 (#5016) #10507

Workflow file for this run

name: CI Workflow
on:
- push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Set up .env
run: cp .env{.example,}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build (dependencies)
uses: docker/build-push-action@v5
with:
context: .
target: dependencies
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
CI
- name: Build (cache)
uses: docker/build-push-action@v5
with:
context: .
target: cache
cache-from: type=gha
cache-to: type=gha
build-args: |
CI
- name: Build
uses: docker/build-push-action@v5
with:
context: .
build-args: |
CI