Skip to content

Commit

Permalink
Remove stage id from release workflow (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src authored Dec 11, 2024
1 parent 0473c4a commit 6a9a9d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push snapshot
id: docker_build
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v3
with:
push: true
tags: |
sourcegraph/scip-typescript:latest-snapshot
- name: Build and push tag
id: docker_build
if: startsWith(github.ref, 'refs/tags/v')
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 6a9a9d2

Please sign in to comment.