Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 10, 2023
1 parent 0205f26 commit 7ebfb46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Packages
name: Release Platform

on:
release:
Expand Down Expand Up @@ -125,8 +125,8 @@ jobs:
run: xargs -a artifacts_list.txt tar cvf build-js-artifacts-${{ github.sha }}.tar
if: ${{ steps.cache.outputs.cache-hit != 'true' }}

release-drive-docker-image:
name: Release Drive to Docker Hub
release-drive-image:
name: Release Drive ${{ matrix.platform }} image
runs-on: ${{ matrix.runner }}
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -243,9 +243,9 @@ jobs:
if-no-files-found: error
retention-days: 1

push-drive-docker-image:
name: Push Drive to Docker Hub
needs: build-drive-docker-image
release-drive-images-manifest:
name: Release Drive images manifest
needs: release-drive-docker-image
runs-on: ubuntu-22.04
steps:
- name: Download digests
Expand Down

0 comments on commit 7ebfb46

Please sign in to comment.