Skip to content

Commit 4fa63dc

Browse files
authored
Add tags to docker publishing (#28)
Adds some metadata to the data publishing
1 parent 342d025 commit 4fa63dc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ jobs:
3737
uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e
3838
with:
3939
images: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
40-
40+
tags: |
41+
type=schedule
42+
type=ref,event=branch
43+
type=ref,event=tag
44+
type=ref,event=pr
45+
type=sha,format=long
46+
4147
- name: Build and push Docker image
4248
uses: docker/build-push-action@91df6b874e498451163feb47610c87c4a218c1ee
4349
with:

0 commit comments

Comments
 (0)