Skip to content

Commit d29ba00

Browse files
committed
fix
1 parent ab5fc9a commit d29ba00

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)