Skip to content

Commit d12067c

Browse files
authored
feat(apolo-dev): new workflow tag for apolo-dev workloads deployment (#328)
* feat(apolo-dev): new workflow tag for apolo-dev workloads deployment * feat(apolo-dev): new reuse workflows tag for apolo-dev workloads deployment * chore(chart): change sentry clusterName for new dev environment * ci: remove testing branches * ci(chart): change sentry clusterName * ci: change release-service tag to fix deprecation
1 parent e2d4230 commit d12067c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ jobs:
120120
name: Create release
121121
needs: test_integration
122122
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
123-
uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v0.0.31
123+
uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v24.9.0
124124
with:
125125
image: platformcontainerruntime
126126
helm_charts: platform-container-runtime
127127

128128
deploy_dev:
129129
name: Deploy on dev
130130
needs: release
131-
uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v0.0.31
131+
uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v24.9.0
132132
with:
133133
helm_charts: platform-container-runtime
134134
version: ${{ needs.release.outputs.version }}

0 commit comments

Comments
 (0)