WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 676814f

Browse files
authored
Add tags without build number (#663)
1 parent c92ff17 commit 676814f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/anaconda_amazonlinux_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
type=ref,event=branch,suffix=-amazonlinux
5252
type=ref,event=pr,suffix=-amazonlinux
5353
type=match,pattern=anaconda3-(.*),group=1,suffix=-amazonlinux
54+
type=match,pattern=anaconda3-(.*)-(.*),group=1,suffix=-amazonlinux
5455
flavor: |
5556
latest=false
5657

.github/workflows/anaconda_debian_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
type=ref,event=branch
5252
type=ref,event=pr
5353
type=match,pattern=anaconda3-(.*),group=1
54+
type=match,pattern=anaconda3-(.*)-(.*),group=1,suffix=-amazonlinux
5455
5556
- name: build-push anaconda3/debian
5657
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0

.github/workflows/miniconda_debian_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
type=ref,event=branch
5151
type=ref,event=pr
5252
type=match,pattern=miniconda3-(.*),group=1
53+
type=match,pattern=miniconda3-(.*)-(.*),group=1
5354
5455
- name: build miniconda3/debian
5556
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0

0 commit comments

Comments
 (0)