Skip to content

Commit b874fde

Browse files
authored
Merge pull request #1946 from jhiemstrawisc/issue-1945
Don't build dev images on git tags, tag im with latest-itb and sha256
2 parents 196c1ef + a054a86 commit b874fde

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-dev-container.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Build and Push Dev Image
33
on:
44
pull_request:
55
push:
6-
tags:
7-
# only build and publish container on v7.0.0 and up
8-
- v[7-9]\.[0-9]+\.[0-9]+-**
9-
- v[1-9][0-9]+\.[0-9]+\.[0-9]+-**
106
branches:
117
- main
128

@@ -24,9 +20,7 @@ jobs:
2420
with:
2521
images: hub.opensciencegrid.org/pelican_platform/pelican-dev
2622
tags: |
27-
type=semver,pattern={{version}}
2823
type=raw,value=latest-itb
29-
type=ref,enable=true,prefix=itb-,suffix=-{{date 'YYYYMMDDHHmmss'}},event=tag
3024
type=raw,value=sha-{{sha}}
3125
3226
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)