Skip to content

Commit

Permalink
change Docker CI tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mlomb committed Dec 14, 2023
1 parent d2ec17a commit de3d5e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main
- docker
tags:
- 'v*'

jobs:
publish:
Expand All @@ -19,6 +20,11 @@ jobs:
id: meta
with:
images: mlomb/chat-analytics
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
# release tag
type=semver,pattern={{version}},prefix=v
- uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit de3d5e0

Please sign in to comment.