Skip to content

Commit

Permalink
Bump up vineyard version to v0.13.4
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Mar 27, 2023
1 parent 625c17f commit 236037e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vineyardd-and-wheels-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
tar zcvfh vineyardd.${{ runner.os }}-${{ matrix.platform }}.${{ github.sha }}.tar.gz ./vineyardd vineyardd.${{ matrix.platform }}.${{ github.sha }}.sha512sum
- name: Upload docker image as nightly
if: ${{ github.event_name == 'workflow_dispatch' && && github.repository == 'v6d-io/v6d' }}
if: ${{ github.event_name == 'workflow_dispatch' && github.repository == 'v6d-io/v6d' }}
run: |
docker push ghcr.io/v6d-io/v6d/vineyardd:alpine-${{ github.sha }}_${{ matrix.platform }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ jobs:
- name: Make the repository tarball
run: |
./misc/git-archive-submodules.sh
- name: Extract tag name
id: tag
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Upload wheels to tagged release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 236037e

Please sign in to comment.