Skip to content

Bump Verify.Xunit from 23.7.1 to 24.1.0 #639

Bump Verify.Xunit from 23.7.1 to 24.1.0

Bump Verify.Xunit from 23.7.1 to 24.1.0 #639

Workflow file for this run

---
name: Build docker image
on:
push:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build-image:
name: Build docker image
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-to: type=gha,mode=max