Skip to content

Commit e4d9c9c

Browse files
authored
Update docker.yml
1 parent 84a0e82 commit e4d9c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
suffix=${{ matrix.version-suffix }}
4848
tags: |
4949
type=match,pattern=\d+.\d+.\d+.*
50-
type=match,pattern=^[^\d]*(\d+.\d+).giga.*
51-
type=match,pattern=[^\d]*(\d+)*giga.*
50+
type=match,pattern=\d+.\d+
51+
type=match,pattern=\d+
5252
5353
- name: Set up Docker Buildx
5454
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)