Skip to content

DBZ-7128 Remove PostgreSQL 10 and 11, Add PostgreSQL 16 #266

DBZ-7128 Remove PostgreSQL 10 and 11, Add PostgreSQL 16

DBZ-7128 Remove PostgreSQL 10 and 11, Add PostgreSQL 16 #266

name: Build Container Images Authenticated
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build Scripts
run: shellcheck build-*.sh
- name: Run Scripts
env:
SKIP_UI: true
run: |
./build-all.sh
./build-tool-images.sh latest