diff --git a/.gitea/workflows/buildanddeploy.yml b/.gitea/workflows/buildanddeploy.yml index f90a959..ea1211b 100644 --- a/.gitea/workflows/buildanddeploy.yml +++ b/.gitea/workflows/buildanddeploy.yml @@ -12,7 +12,7 @@ permissions: jobs: trigger-internal-build: - uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@1d6923bc938dabb10d5c8c98fadf8abeb6744be3 + uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@736cd715b4b9c80f20ec51ef8445cb630c8299f5 with: image_name: 'snip' image_tag: ${{ gitea.ref_name }} @@ -22,9 +22,13 @@ jobs: bump-compose: needs: trigger-internal-build - uses: infras/workflow-templates/.gitea/workflows/bump-compose-version.yml@1d6923bc938dabb10d5c8c98fadf8abeb6744be3 + uses: infras/workflow-templates/.gitea/workflows/bump-compose-version.yml@736cd715b4b9c80f20ec51ef8445cb630c8299f5 with: app: snip - version: ${{ gitea.ref_name }} + update: | + snip-migrate:${{ gitea.ref_name }} + snip-api:${{ gitea.ref_name }} + snip-frontend:${{ gitea.ref_name }} + snip-redirect:${{ gitea.ref_name }} secrets: COMPOSE_TOKEN: ${{ secrets.COMPOSE_TOKEN }} \ No newline at end of file