Skip to content

Bump ubuntu from 58b8789 to 0e5e4a5 #51

Bump ubuntu from 58b8789 to 0e5e4a5

Bump ubuntu from 58b8789 to 0e5e4a5 #51

Workflow file for this run

# This workflow will validate correctness of the Dockerfile.
name: Docker build
on:
pull_request:
branches:
- main
- release-*
push:
branches:
- main
- release-*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
push: false
tags: has-changes