Skip to content

chore(deps): bump actions/checkout from 2 to 4 #36

chore(deps): bump actions/checkout from 2 to 4

chore(deps): bump actions/checkout from 2 to 4 #36

name: Continuous Integration
on:
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
- env:
DOCKER_BUILDKIT: 1
name: Build
run: |
VERSION=`cat ./VERSION`
docker buildx build \
--build-arg CLOUD_FIRESTORE_EMULATOR_VERSION=$VERSION \
--platform linux/amd64,linux/arm64 \
.