Skip to content

build(deps): bump the github-actions group with 6 updates #514

build(deps): bump the github-actions group with 6 updates

build(deps): bump the github-actions group with 6 updates #514

Workflow file for this run

name: Build
permissions:
contents: read
on:
pull_request: {}
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
- name: Build
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
with:
context: .
platforms: linux/amd64,linux/arm64
file: pomerium-datasource.dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max