Skip to content

Update GitHub Actions to trigger when a new version is released (#283) #76

Update GitHub Actions to trigger when a new version is released (#283)

Update GitHub Actions to trigger when a new version is released (#283) #76

name: docker-publish-latest
on:
push:
branches:
- main
paths:
- ".github/workflows/docker-publish-latest.yaml"
- "backend/**"
jobs:
call-base-docker-publish:
uses: ./.github/workflows/base-docker-publish.yml
secrets: inherit
with:
version: latest