File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 7676 - name : Build Docker image
7777 run : make docker_build
7878 - name : Upload image artifact
79- uses : neuro-inc/upload-image-action@v21.9.2
79+ uses : neuro-inc/upload-image-action@v24.4.0
8080 with :
8181 image : platformbucketsapi
8282 token : ${{ secrets.GITHUB_TOKEN }}
@@ -85,15 +85,15 @@ jobs:
8585 name : Create release
8686 needs : test
8787 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
88- uses : neuro-inc/reuse/.github/workflows/release-service.yaml@v0.0.31
88+ uses : neuro-inc/reuse/.github/workflows/release-service.yaml@v24.10.0
8989 with :
9090 image : platformbucketsapi
9191 helm_charts : platform-buckets
9292
93- deploy_dev :
94- name : Deploy on dev
95- needs : release
96- uses : neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v0.0.31
97- with :
98- helm_charts : platform-buckets
99- version : ${{ needs.release.outputs.version }}
93+ # deploy_dev:
94+ # name: Deploy on dev
95+ # needs: release
96+ # uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v24.10.0
97+ # with:
98+ # helm_charts: platform-buckets
99+ # version: ${{ needs.release.outputs.version }}
You can’t perform that action at this time.
0 commit comments