We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a0e82 commit e4d9c9cCopy full SHA for e4d9c9c
.github/workflows/docker.yml
@@ -47,8 +47,8 @@ jobs:
47
suffix=${{ matrix.version-suffix }}
48
tags: |
49
type=match,pattern=\d+.\d+.\d+.*
50
- type=match,pattern=^[^\d]*(\d+.\d+).giga.*
51
- type=match,pattern=[^\d]*(\d+)*giga.*
+ type=match,pattern=\d+.\d+
+ type=match,pattern=\d+
52
53
- name: Set up Docker Buildx
54
uses: docker/setup-buildx-action@v2
0 commit comments