From b65ee6b54ae3418b12d55a54f668c14a53cbb7a3 Mon Sep 17 00:00:00 2001 From: LINCKODE Date: Mon, 25 Nov 2024 10:27:54 +0200 Subject: [PATCH] Deploy to docker. --- ...{push-empty-ticks-endpoint.yaml => push-db-compactions.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{push-empty-ticks-endpoint.yaml => push-db-compactions.yaml} (95%) diff --git a/.github/workflows/push-empty-ticks-endpoint.yaml b/.github/workflows/push-db-compactions.yaml similarity index 95% rename from .github/workflows/push-empty-ticks-endpoint.yaml rename to .github/workflows/push-db-compactions.yaml index 2b04026..1cae876 100644 --- a/.github/workflows/push-empty-ticks-endpoint.yaml +++ b/.github/workflows/push-db-compactions.yaml @@ -3,7 +3,7 @@ name: Deploy dev images to GHCR on: push: branches: - - 'empty-ticks-endpoint' + - 'db-compactions' jobs: push-store-image: