Skip to content

Bump version to v0.14.14.0 (#1476) #10

Bump version to v0.14.14.0 (#1476)

Bump version to v0.14.14.0 (#1476) #10

Workflow file for this run

name: build Dockerfile
on:
push:
paths:
- 'Dockerfile'
pull_request:
paths:
- 'Dockerfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: docker build -t firo .