Skip to content

Bump version to v0.14.13.3 (#1451) #9

Bump version to v0.14.13.3 (#1451)

Bump version to v0.14.13.3 (#1451) #9

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 .