mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-22 06:04:20 +00:00
chore: switched to redis and cleanup
This commit is contained in:
parent
c3762ffc49
commit
a7b9134047
9 changed files with 84 additions and 110 deletions
11
.github/workflows/docker.yml
vendored
11
.github/workflows/docker.yml
vendored
|
@ -2,12 +2,12 @@ name: Docker Build and Push
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '43 0 * * *'
|
||||
- cron: "43 0 * * *"
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
tags: [ 'v*.*.*' ]
|
||||
branches: ["main"]
|
||||
tags: ["v*.*.*"]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: ["main"]
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
@ -56,7 +56,8 @@ jobs:
|
|||
cache-from: type=gha,scope=pgbouncer
|
||||
cache-to: type=gha,scope=pgbouncer,mode=max
|
||||
|
||||
- name: Sign the published Docker image for pgbouncer
|
||||
- name: Sign the published Docker image for PgBouncer
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
env:
|
||||
TAGS: ${{ steps.meta.outputs.tags }}
|
||||
DIGEST: ${{ steps.build-and-push.outputs.digest }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue