Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clockwinder authored Jan 16, 2025
1 parent c10a803 commit 7232ed8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
# publish on releases, e.g. v2.1.13 (image tagged as "2.1.13" - "v" prefix is removed)
release:
types: [ published ]
tags:
- "stable"

# publish on pushes to the main branch (image tagged as "latest")
# push:
# branches:
# - main
push:
branches:
- main

jobs:
docker_publish:
Expand Down

0 comments on commit 7232ed8

Please sign in to comment.