Skip to content

build(deps): bump the go group with 10 updates #463

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

build(deps): bump the go group with 10 updates #463

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
- name: Build
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
with:
context: .
platforms: linux/amd64,linux/arm64
file: pomerium-datasource.dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max