Skip to content

Added the ability to use additional utilities: pg_basebackup, pg_rest… #3

Added the ability to use additional utilities: pg_basebackup, pg_rest…

Added the ability to use additional utilities: pg_basebackup, pg_rest… #3

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags:
- "v1.*"
jobs:
Build:
name: Build-Docker
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
logout: true
- name: Build and push image cherts/pg-repack:1.4.5
uses: docker/build-push-action@v5
with:
push: true
cache-from: type=gha,scope=pg-repack
cache-to: type=gha,mode=max,scope=pg-repack
context: ./12
file: ./12/Dockerfile
platforms: linux/amd64,linux/arm64
tags: cherts/pg-repack:1.4.5
- name: Build and push image cherts/pg-repack:1.4.6
uses: docker/build-push-action@v5
with:
push: true
cache-from: type=gha,scope=pg-repack
cache-to: type=gha,mode=max,scope=pg-repack
context: ./13
file: ./13/Dockerfile
platforms: linux/amd64,linux/arm64
tags: cherts/pg-repack:1.4.6
- name: Build and push image cherts/pg-repack:1.4.7
uses: docker/build-push-action@v5
with:
push: true
cache-from: type=gha,scope=pg-repack
cache-to: type=gha,mode=max,scope=pg-repack
context: ./14
file: ./14/Dockerfile
platforms: linux/amd64,linux/arm64
tags: cherts/pg-repack:1.4.7
- name: Build and push image cherts/pg-repack:1.4.8
uses: docker/build-push-action@v5
with:
push: true
cache-from: type=gha,scope=pg-repack
cache-to: type=gha,mode=max,scope=pg-repack
context: ./15
file: ./15/Dockerfile
platforms: linux/amd64,linux/arm64
tags: cherts/pg-repack:1.4.8
- name: Build and push image cherts/pg-repack:1.5.0
uses: docker/build-push-action@v5
with:
push: true
cache-from: type=gha,scope=pg-repack
cache-to: type=gha,mode=max,scope=pg-repack
context: ./16
file: ./16/Dockerfile
platforms: linux/amd64,linux/arm64
tags: cherts/pg-repack:1.5.0