feature: remove expired items for postgres adapter #20 (#21)
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Co-authored-by: nwittstruck <nwittstruck@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -17,6 +17,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 20-feature-remove-expired-items-for-postgres-adapter
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
@ -51,4 +52,4 @@ jobs:
|
||||
target: production
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Reference in New Issue
Block a user