Skip to content

Commit 7528337

Browse files
committed
More docker tags
1 parent a86fa31 commit 7528337

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
with:
4141
images: joepmeneer/atomic-server
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
43+
tags: |
44+
type=schedule
45+
type=ref,event=branch
46+
type=ref,event=pr
47+
type=semver,pattern={{version}}
48+
type=semver,pattern={{major}}.{{minor}}
49+
type=semver,pattern={{major}}
50+
type=sha
4351
4452
- name: Build and push Docker image
4553
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)