Skip to content

feat: Bump the version #55

feat: Bump the version

feat: Bump the version #55

name: Build the docker image
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag pgbouncer-container:$(cat ./Dockerfile | grep -Po 'version="\K.*?(?=")')-$(date +%s)