Skip to content

chore(devOps): automated maintenance (#15) #33

chore(devOps): automated maintenance (#15)

chore(devOps): automated maintenance (#15) #33

Workflow file for this run

name: postgres
on:
workflow_dispatch:
push:
paths:
- ".github/workflows/postgres.yml"
- "*.sh"
- "postgres/**"
env:
IMAGE: postgres
VERSION: "14.0"
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
env:
CI_PLATFORM: ${{ matrix.os }}
EXTRA_BUILD_ARG: 14.0-1
steps:
- uses: actions/checkout@v4
- run: bash build.sh
- run: bash test.sh
manifest:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash manifest.sh