Skip to content

Commit

Permalink
Create a 'stable' tag for releases from main
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Aug 2, 2024
1 parent 4eda7bb commit 7de3def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
type=semver,pattern={{raw}}
type=raw,value=latest,enable=${{ !github.event.release.prerelease }}
type=raw,value=pre-release,enable=${{ github.event.release.prerelease }}
type=raw,value=stable,enable=${{ !github.event.release.prerelease && github.ref == 'refs/heads/main'}}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion run_stable.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python3 configure.py version v0.3.2
python3 configure.py version stable
docker-compose up -d

0 comments on commit 7de3def

Please sign in to comment.