Skip to content

New attempt to configure access with ssh-oidc #107

New attempt to configure access with ssh-oidc

New attempt to configure access with ssh-oidc #107

Workflow file for this run

---
name: Check the container can be built
permissions: read-all
on:
push:
branches:
- main
pull_request:
jobs:
builder:
name: Build images
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
push: false