Skip to content

SP-1711: Switch to production_tools image endpoint. #4

SP-1711: Switch to production_tools image endpoint.

SP-1711: Switch to production_tools image endpoint. #4

Workflow file for this run

name: plot-navigator
on:
pull_request:
branches:
- "main"
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
-
name: Build
id: docker_build
uses: docker/build-push-action@v5
with:
push: false