Skip to content

Fix 0.5.5-0.5.7 release years in CHANGELOG.md #2189

Fix 0.5.5-0.5.7 release years in CHANGELOG.md

Fix 0.5.5-0.5.7 release years in CHANGELOG.md #2189

Workflow file for this run

name: Docker Build
on:
pull_request:
types: [opened, synchronize, reopened, assigned, edited, ready_for_review]
push:
workflow_dispatch:
jobs:
buildx:
name: Docker Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
id: buildx
with:
install: true
- name: Build
run: docker build . # will run buildx