Skip to content

Commit 6a9a9d2

Browse files
Remove stage id from release workflow (#390)
1 parent 0473c4a commit 6a9a9d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@ jobs:
3333
username: ${{ secrets.DOCKER_USERNAME }}
3434
password: ${{ secrets.DOCKER_PASSWORD }}
3535
- name: Build and push snapshot
36-
id: docker_build
3736
if: github.ref == 'refs/heads/main'
3837
uses: docker/build-push-action@v3
3938
with:
4039
push: true
4140
tags: |
4241
sourcegraph/scip-typescript:latest-snapshot
4342
- name: Build and push tag
44-
id: docker_build
4543
if: startsWith(github.ref, 'refs/tags/v')
4644
uses: docker/build-push-action@v3
4745
with:

0 commit comments

Comments
 (0)