Skip to content

Commit

Permalink
ci: Move backend deployment pipeline to base images
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion authored and razzeee committed Jan 20, 2025
1 parent b772a21 commit 17f9cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🐋 Build backend base images

on:
schedule:
- cron: '0 0 * * 0'
- cron: "0 0 * * 0"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
ghcr.io/flathub-infra/backend-base:latest
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max

0 comments on commit 17f9cca

Please sign in to comment.