Skip to content

build(deps): Bump alpine from 3.20 to 3.21 (#17) #54

build(deps): Bump alpine from 3.20 to 3.21 (#17)

build(deps): Bump alpine from 3.20 to 3.21 (#17) #54

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)