We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e286a10 commit 3ab2795Copy full SHA for 3ab2795
.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: CI
2
3
on:
4
push:
5
+ tags:
6
+ - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
7
branches:
8
- 'main'
9
paths-ignore:
@@ -72,7 +74,6 @@ jobs:
72
74
uses: docker/metadata-action@v5
73
75
with:
76
images: ${{ env.REGISTRY_IMAGE }}
- tags: type=raw,value=latest,enable={{is_default_branch}}
77
- name: Set up QEMU
78
uses: docker/setup-qemu-action@v3
79
- name: Set up Docker Buildx
@@ -122,7 +123,6 @@ jobs:
122
123
124
125
126
- name: Login to Docker Hub
127
uses: docker/login-action@v3
128
0 commit comments