Skip to content

Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 #8

Bump docker/setup-buildx-action from 3.1.0 to 3.2.0

Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 #8

Workflow file for this run

name: Dev Container CI
on:
push:
pull_request:
jobs:
build:
# pull requests are a duplicate of a branch push if within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
- name: Create .env file
run: touch .devcontainer/opa.env
- name: Build dev container
uses: devcontainers/ci@v0.3.1900000347