Skip to content

build(deps-dev): bump svelte from 4.2.14 to 4.2.19 (#86) #25

build(deps-dev): bump svelte from 4.2.14 to 4.2.19 (#86)

build(deps-dev): bump svelte from 4.2.14 to 4.2.19 (#86) #25

Workflow file for this run

name: '🚀 CD'
on:
workflow_dispatch:
push:
branches: [main]
paths-ignore:
- 'README.md'
- '.gitignore'
- '.vscode/**'
- '.github/**'
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
prepare:
uses: maandr/github-actions/.github/workflows/cd-generate-image-tags.yaml@v3
with:
image: ghcr.io/${{ github.repository }}
publish:
needs: prepare
uses: maandr/github-actions/.github/workflows/cd-ghcr.yaml@v3
with:
tags: ${{ needs.prepare.outputs.tags }}
labels: ${{ needs.prepare.outputs.labels }}
secrets:
GHCR_PAT: ${{ secrets.CONTAINER_REGISTRY_PAT }}