Skip to content

Commit e08f0fe

Browse files
committed
Reinstate building of OIDC branch docker images
1 parent d11edfb commit e08f0fe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Container Image
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, sandhose/oidc-login ] # TODO: remove sandhose/oidc-login before merging
66
tags: [ 'v*' ]
77
pull_request:
88
branches: [ master ]
@@ -38,6 +38,12 @@ jobs:
3838
uses: docker/metadata-action@v4
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41+
tags: | # Override tags so that we can use the SHA versions
42+
type=schedule
43+
type=ref,event=branch
44+
type=ref,event=tag
45+
type=ref,event=pr
46+
type=sha
4147
4248
- name: Build and push Docker image
4349
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)