Skip to content

Commit

Permalink
chore: [VIO-3010] Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamIsrael committed Jul 14, 2023
1 parent 52fcc04 commit 2442be6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# -
# name: Tagged Release
# uses: goreleaser/goreleaser-action@v3
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# distribution: goreleaser
# version: latest
# args: release --rm-dist

-
name: Update Helm Chart
uses: vapor-ware/chart-releaser-action@v1
Expand Down

0 comments on commit 2442be6

Please sign in to comment.