Skip to content

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood authored May 15, 2024
1 parent f573983 commit 6cde3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'tests'
tags:
- 'v*.*.*'
env:
Expand Down Expand Up @@ -59,7 +60,6 @@ jobs:
ghcr.io/ticktez-oss/frontend
# Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 6cde3c2

Please sign in to comment.