Skip to content

Bump sqlfluff from 1.4.5 to 2.1.3 #296

Bump sqlfluff from 1.4.5 to 2.1.3

Bump sqlfluff from 1.4.5 to 2.1.3 #296

name: Container Image CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the container image with Docker
run: docker build . --file db.Containerfile --tag db-image:$(date +%s)
build-podman:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the container image with Podman
run: podman build . --file db.Containerfile --tag db-image:$(date +%s)