Skip to content

Commit 76e7bb6

Browse files
authored
Update docker-build-on-tag.yaml
1 parent e4aaeb5 commit 76e7bb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker-build-on-tag.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ name: Build and push docker (tag)
99

1010
on:
1111
workflow_dispatch:
12-
push:
13-
tags:
14-
- '[0-9]+' # X
15-
- '[0-9]+\.[0-9]+' # X.Y
16-
- '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z
12+
# push:
13+
# tags:
14+
# - '[0-9]+' # X
15+
# - '[0-9]+\.[0-9]+' # X.Y
16+
# - '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z
1717

1818
env:
1919
DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)