Skip to content

Commit

Permalink
Merge pull request #132 from fuweid/weifu/remove-the-branch
Browse files Browse the repository at this point in the history
.github: remove the test branch in release workflow
  • Loading branch information
fuweid authored Oct 15, 2024
2 parents 652487d + b36b781 commit a673ead
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Release
on:
push:
branches:
- "add-release-workflow"
tags:
- v*
env:
Expand Down Expand Up @@ -34,4 +32,4 @@ jobs:
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION

0 comments on commit a673ead

Please sign in to comment.