Skip to content

Merge pull request #7 from trycompa/miped/df-301-create-compa-postgre… #8

Merge pull request #7 from trycompa/miped/df-301-create-compa-postgre…

Merge pull request #7 from trycompa/miped/df-301-create-compa-postgre… #8

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
docker:
name: docker
strategy:
matrix:
version: [16, 17]
uses: ./.github/workflows/_docker.yml
with:
version: "${{ matrix.version }}"
tag: "${{ matrix.version }}"