Skip to content

build(deps): bump the go group with 9 updates #509

build(deps): bump the go group with 9 updates

build(deps): bump the go group with 9 updates #509

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@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
- name: Build
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
with:
context: .
platforms: linux/amd64,linux/arm64
file: pomerium-datasource.dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max